How to use projections and specifications with spring data jpa?

前端 未结 6 554
执念已碎
执念已碎 2020-12-13 14:53

I\'m not able to use Spring Data JPA projections and specifications together. I have the following setup:

Entity:

@Entity
public cla         


        
6条回答
  •  再見小時候
    2020-12-13 15:29

    The ability to mix Projections and Specifications are not yet supported. There is a bug tracking this.

提交回复
热议问题