Replies: 1 comment
-
In order to project to a DTO you either need to use the ObjectBuilder API, the selectNew method or Blaze-Persistence EntityView. The ObjectBuilder API is a bit like Hibernates ResultTransformer. |
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.
-
Hi,
I have this query
which works but returns a tuple insteadof PayrollEntryDto, which is a simple dto class (not an entity nor a CTE). I do not understand what I am missing.
thanks for your help
Beta Was this translation helpful? Give feedback.
All reactions