Package org.hibernate.dialect.hint
package org.hibernate.dialect.hint
Support for query hints using
Dialect-specific syntax.- See Also:
-
ClassDescriptionAdds an INDEX query hint as follows:
SELECT * FROM TEST USE INDEX (hint1, hint2) WHERE X=1Contract defining how query hints get applied.