Class LockingExecutionContext
java.lang.Object
org.hibernate.sql.exec.internal.BaseExecutionContext
org.hibernate.dialect.lock.internal.LockingExecutionContext
- All Implemented Interfaces:
ExecutionContext
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.hibernate.sql.exec.internal.BaseExecutionContext
getCallback, getLoadQueryInfluencers, getQueryIdentifier, getQueryOptions, getQueryParameterBindings, getSession, isTransactionActive
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hibernate.sql.exec.spi.ExecutionContext
afterStatement, getCollectionKey, getEntityId, getEntityInstance, getEntityUniqueKey, getEntityUniqueKeyAttributePath, getRootEntityDescriptor, hasCallbackActions, hasQueryExecutionToBeAddedToStatistics, isScrollResult, registerLoadingEntityHolder, upgradeLocks
-
Constructor Details