Replies: 1 comment
-
No, there is no automatic conversion support for this kind of conversion. With Hibernate ORM 6+ you can actually map the JSON as embeddable though which can then be mapped and/or projected in the entity view. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have @entity with a String field containing json content. Is it possible to convert it into particular object with EntityViews so I do not need to convert it manually?
I've been looking in the documentation but nothing's there. Only information about possibility of jackson integration.
Beta Was this translation helpful? Give feedback.
All reactions