Hibernate Query Hints for JPA

谁说胖子不能爱 提交于 2019-12-20 11:42:23

问题


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 up empty. Anyone know a good reference?


回答1:


See "3.4.1.7. Query hints".



来源:https://stackoverflow.com/questions/1015552/hibernate-query-hints-for-jpa

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!