Package org.hibernate.annotations
Class QueryHints
java.lang.Object
org.hibernate.annotations.QueryHints
Deprecated.
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:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.Calling stored-procedures and functions viaNativeQuery
is no longer supported.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated. -
Method Summary
-
Field Details
-
READ_ONLY
Deprecated. -
CACHEABLE
Deprecated. -
CACHE_MODE
Deprecated. -
CACHE_REGION
Deprecated. -
COMMENT
Deprecated. -
FETCH_SIZE
Deprecated. -
FLUSH_MODE
Deprecated. -
TIMEOUT_HIBERNATE
Deprecated. -
TIMEOUT_JAKARTA_JPA
Deprecated. -
NATIVE_LOCKMODE
Deprecated. -
FOLLOW_ON_LOCKING
Deprecated. -
NATIVE_SPACES
Deprecated. -
CALLABLE_FUNCTION
Deprecated.Calling stored-procedures and functions viaNativeQuery
is no longer supported. UseProcedureCall
orStoredProcedureQuery
instead. -
TIMEOUT_JPA
Deprecated.
-
AvailableHints
instead