Reputation: 14391
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)
Upvotes: 20
Views: 45672
Reputation: 5846
See "3.4.1.7. Query hints".
Upvotes: 26