Spring Data JPA Fetching

前端 未结 1 763
不思量自难忘°
不思量自难忘° 2021-02-03 13:23

Is there a way to define a Spring Data Specification (returning a JPA predicate) whose sole purpose is to perform eager fetching?

I have an entity which defines various

相关标签:
1条回答
  • 2021-02-03 13:39

    We have improved the handling of null Specifications and Predicates in the course of fixing DATAJPA-300. You might wanna give the 1.4 snapshots a try and see how this affects your scenario.

    0 讨论(0)
提交回复
热议问题