JPA SPECIFICATION WITH INTERFACE PROJECTIONS

18 Views Asked by At

I have problems that how to implement jpa specification with parameters and dynamic where whose response should be a list of interface projections containing some columns of 3 related entities, because findAll generated error because the specification is about an entity and I hope a list of interface projection like answer, indicate clash

I need an example how implement it

0

There are 0 best solutions below