Class QueryHintDefinition
- java.lang.Object
-
- org.hibernate.boot.model.internal.QueryHintDefinition
-
public class QueryHintDefinition extends Object
-
-
Constructor Summary
Constructors Constructor Description QueryHintDefinition(String queryName, QueryHint[] hints)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LockOptionsdetermineLockOptions(NamedQuery namedQueryAnnotation)booleangetBoolean(String hintName)BooleangetBooleanWrapper(String hintName)booleangetCacheability()CacheModegetCacheMode()FlushModegetFlushMode()Map<String,Object>getHintsMap()IntegergetInteger(String hintName)LockModegetLockMode(String query)StringgetString(String hintName)IntegergetTimeout()
-
-
-
Method Detail
-
getBoolean
public boolean getBoolean(String hintName)
-
getTimeout
public Integer getTimeout()
-
getCacheability
public boolean getCacheability()
-
getCacheMode
public CacheMode getCacheMode()
-
getFlushMode
public FlushMode getFlushMode()
-
determineLockOptions
public LockOptions determineLockOptions(NamedQuery namedQueryAnnotation)
-
-