selectNew with a long field mapping #1821
-
Hi! First of all, great project! I've just migrated a project from QueryDSL to Blaze Persistence and it was smooth as butter! Now, while the migration went smoothly, there was still some weird bug(?):
When I run the query I'm getting
The problem is, that
If I change Is there some way to work around this behaviour, or do I need to use Long? I suspect the problem is the same in Java if I try to map to a long field. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I suspect the method |
Beta Was this translation helpful? Give feedback.
This would be nice, though I would recommend you to look into Entity-Views instead for modelling this :)