1

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?

cane
  • 892
  • 1
  • 10
  • 16

1 Answers1

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