Package org.hibernate.jpa
Class QueryHints
java.lang.Object
org.hibernate.jpa.QueryHints
Deprecated.
List of all supported hints that may be passed to
Query.setHint(String, Object)
.- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic 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.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.The hint key for specifying a query timeout per Hibernate O/RM, which defines the timeout in seconds.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
-
JAKARTA_SPEC_HINT_TIMEOUT
Deprecated. -
HINT_COMMENT
Deprecated. -
HINT_FETCH_SIZE
Deprecated. -
HINT_CACHEABLE
Deprecated. -
HINT_CACHE_REGION
Deprecated. -
HINT_CACHE_MODE
Deprecated. -
HINT_READONLY
Deprecated. -
HINT_FLUSH_MODE
Deprecated. -
HINT_NATIVE_LOCKMODE
Deprecated. -
JAKARTA_HINT_FETCH_GRAPH
Deprecated. -
JAKARTA_HINT_FETCHGRAPH
Deprecated. -
JAKARTA_HINT_LOAD_GRAPH
Deprecated. -
JAKARTA_HINT_LOADGRAPH
Deprecated. -
HINT_FOLLOW_ON_LOCKING
Deprecated. -
HINT_NATIVE_SPACES
Deprecated. -
HINT_FETCHGRAPH
Deprecated. -
HINT_LOADGRAPH
Deprecated. -
HINT_TIMEOUT
Deprecated.The hint key for specifying a query timeout per Hibernate O/RM, which defines the timeout in seconds. -
SPEC_HINT_TIMEOUT
Deprecated.
-
-
Method Details
-
getDefinedHints
Deprecated.
-
AvailableHints
instead