Hibernate Query Hints for JPA

后端 未结 1 2032
慢半拍i
慢半拍i 2021-02-05 08:33

I have been trying to find a definitive resource for all of the hints that can be set through the Query.setHint(String,Object) method call in JPA, but I am coming u

相关标签:
1条回答
  • 2021-02-05 09:06

    See "3.4.1.7. Query hints".

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