I was reading through the JHipster "Creating an entity", and did not see any Field Type related to JSONB. Does JHipster have any examples of jsonb field types?
Asked
Active
Viewed 1,067 times
11
-
1No it's not supported. You have to code it by yourself using https://github.com/vladmihalcea/hibernate-types – Gaël Marziou Feb 01 '20 at 16:02