Class NoCallbackExecutionContext
- java.lang.Object
-
- org.hibernate.sql.exec.internal.BaseExecutionContext
-
- org.hibernate.loader.ast.internal.NoCallbackExecutionContext
-
- All Implemented Interfaces:
ExecutionContext
public class NoCallbackExecutionContext extends BaseExecutionContext
-
-
Constructor Summary
Constructors Constructor Description NoCallbackExecutionContext(SharedSessionContractImplementor session)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Callback
getCallback()
-
Methods inherited from class org.hibernate.sql.exec.internal.BaseExecutionContext
getLoadQueryInfluencers, getQueryIdentifier, getQueryOptions, getQueryParameterBindings, getSession
-
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, getRootEntityDescriptor, hasCallbackActions, hasQueryExecutionToBeAddedToStatistics, isScrollResult, registerLoadingEntityEntry, upgradeLocks
-
-
-
-
Constructor Detail
-
NoCallbackExecutionContext
public NoCallbackExecutionContext(SharedSessionContractImplementor session)
-
-
Method Detail
-
getCallback
public Callback getCallback()
- Specified by:
getCallback
in interfaceExecutionContext
- Overrides:
getCallback
in classBaseExecutionContext
-
-