mainstringargs
mainstringargs

Reputation: 14391

Hibernate Query Hints for JPA

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?

Upvotes: 20

Views: 45672

Answers (1)

FoxyBOA
FoxyBOA

Reputation: 5846

See "3.4.1.7. Query hints".

Upvotes: 26

Related Questions