Package org.hibernate.jpa
Class QueryHints
- java.lang.Object
-
- org.hibernate.jpa.QueryHints
-
@Deprecated(since="6.0") public final class QueryHints extends Object
Deprecated.UseAvailableHintsinsteadList of all supported hints that may be passed toQuery.setHint(String, Object).- See Also:
AvailableHints
-
-
Field Summary
Fields Modifier and Type Field Description static StringHINT_CACHE_MODEDeprecated.static StringHINT_CACHE_REGIONDeprecated.static StringHINT_CACHEABLEDeprecated.static StringHINT_COMMENTDeprecated.static StringHINT_FETCH_SIZEDeprecated.static StringHINT_FETCHGRAPHDeprecated.static StringHINT_FLUSH_MODEDeprecated.static StringHINT_FOLLOW_ON_LOCKINGDeprecated.static StringHINT_LOADGRAPHDeprecated.static StringHINT_NATIVE_LOCKMODEDeprecated.static StringHINT_NATIVE_SPACESDeprecated.static StringHINT_READONLYDeprecated.static StringHINT_TIMEOUTDeprecated.The hint key for specifying a query timeout per Hibernate O/RM, which defines the timeout in seconds.static StringJAKARTA_HINT_FETCH_GRAPHDeprecated.static StringJAKARTA_HINT_FETCHGRAPHDeprecated.static StringJAKARTA_HINT_LOAD_GRAPHDeprecated.static StringJAKARTA_HINT_LOADGRAPHDeprecated.static StringJAKARTA_SPEC_HINT_TIMEOUTDeprecated.static StringSPEC_HINT_TIMEOUTDeprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Set<String>getDefinedHints()Deprecated.
-
-
-
Field Detail
-
JAKARTA_SPEC_HINT_TIMEOUT
public static final String JAKARTA_SPEC_HINT_TIMEOUT
Deprecated.
-
HINT_COMMENT
public static final String HINT_COMMENT
Deprecated.- See Also:
HibernateHints.HINT_COMMENT, Constant Field Values
-
HINT_FETCH_SIZE
public static final String HINT_FETCH_SIZE
Deprecated.
-
HINT_CACHEABLE
public static final String HINT_CACHEABLE
Deprecated.
-
HINT_CACHE_REGION
public static final String HINT_CACHE_REGION
Deprecated.
-
HINT_CACHE_MODE
public static final String HINT_CACHE_MODE
Deprecated.
-
HINT_READONLY
public static final String HINT_READONLY
Deprecated.
-
HINT_FLUSH_MODE
public static final String HINT_FLUSH_MODE
Deprecated.
-
HINT_NATIVE_LOCKMODE
public static final String HINT_NATIVE_LOCKMODE
Deprecated.
-
JAKARTA_HINT_FETCH_GRAPH
public static final String JAKARTA_HINT_FETCH_GRAPH
Deprecated.
-
JAKARTA_HINT_FETCHGRAPH
public static final String JAKARTA_HINT_FETCHGRAPH
Deprecated.
-
JAKARTA_HINT_LOAD_GRAPH
public static final String JAKARTA_HINT_LOAD_GRAPH
Deprecated.
-
JAKARTA_HINT_LOADGRAPH
public static final String JAKARTA_HINT_LOADGRAPH
Deprecated.
-
HINT_FOLLOW_ON_LOCKING
public static final String HINT_FOLLOW_ON_LOCKING
Deprecated.
-
HINT_NATIVE_SPACES
public static final String HINT_NATIVE_SPACES
Deprecated.
-
HINT_FETCHGRAPH
public static final String HINT_FETCHGRAPH
Deprecated.
-
HINT_LOADGRAPH
public static final String HINT_LOADGRAPH
Deprecated.
-
HINT_TIMEOUT
public static final String HINT_TIMEOUT
Deprecated.The hint key for specifying a query timeout per Hibernate O/RM, which defines the timeout in seconds.- See Also:
HibernateHints.HINT_TIMEOUT, Constant Field Values
-
SPEC_HINT_TIMEOUT
public static final String SPEC_HINT_TIMEOUT
Deprecated.
-
-