Java JPA 的 Hibernate 查询提示

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/1015552/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-11 22:18:09  来源:igfitidea点击:

Hibernate Query Hints for JPA

javahibernatejpajakarta-ee

提问by mainstringargs

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?

我一直试图为所有可以通过Query.setHint(String,Object)JPA 中的方法调用设置的提示找到明确的资源,但我发现是空的。有谁知道一个好的参考吗?

采纳答案by FoxyBOA