Class QueryHints

java.lang.Object
org.hibernate.annotations.QueryHints

@Deprecated(since="6.0") public final class QueryHints extends Object
Deprecated.
Use AvailableHints instead
List of hints that may be passed to Query.setHint(String, Object) to control execution of a query. Each of these hints corresponds to a typesafe operation of the Query interface, and so hints are only necessary for programs working with the JPA APIs.
See Also: