Replies: 1 comment
-
Such a subtype based conversion is not supported yet, but I can see how it's useful. Please create a GitHub issue for this feature request. |
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
-
Hi everyone,
I'm using Spring Boot with Blaze Persistence.
I have an abstract superclass and two inheriting classes, simplified like this:
When I use
entityViewManager.convert()
with the Entity to convert to the view I want, the views in the list are converted to the view of the abstract superclass instead of the view corresponding to their "real" class. Is there a way to fix that? I would like to useentityViewManager.convert()
instead of having to fetch it again from the database.Beta Was this translation helpful? Give feedback.
All reactions