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 StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.Calling stored-procedures and functions viaNativeQueryis no longer supported.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated. -
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 viaNativeQueryis no longer supported. UseProcedureCallorStoredProcedureQueryinstead. -
TIMEOUT_JPA
Deprecated.
-
AvailableHintsinstead