I'm trying to filter data using query by example. It's working for entities and primitives, but not for projections. Do You know if such functionality available in Spring Data Jpa?
Asked
Active
Viewed 1,596 times
1 Answers
1
At this moment it's not implemented in Spring Data Jpa 2.1.0.RC2, but as workaround it's possible to use extension like specification-with-projection

cane
- 892
- 1
- 10
- 16