Package org.hibernate.sql.exec.internal
Class BaseExecutionContext
java.lang.Object
org.hibernate.sql.exec.internal.BaseExecutionContext
- All Implemented Interfaces:
ExecutionContext
- Direct Known Subclasses:
NestedRowProcessingState,NoCallbackExecutionContext,OutputsExecutionContext,RowProcessingStateStandardImpl,SqmJdbcExecutionContextAdapter
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.sql.exec.spi.ExecutionContext
afterStatement, getCollectionKey, getEntityId, getEntityInstance, getEntityUniqueKey, getEntityUniqueKeyAttributePath, getRootEntityDescriptor, hasCallbackActions, hasQueryExecutionToBeAddedToStatistics, isScrollResult, registerLoadingEntityHolder, upgradeLocks
-
Constructor Details
-
Method Details
-
getSession
- Specified by:
getSessionin interfaceExecutionContext
-
getLoadQueryInfluencers
- Specified by:
getLoadQueryInfluencersin interfaceExecutionContext
-
getQueryOptions
- Specified by:
getQueryOptionsin interfaceExecutionContext
-
getQueryIdentifier
- Specified by:
getQueryIdentifierin interfaceExecutionContext
-
getCallback
- Specified by:
getCallbackin interfaceExecutionContext
-
getQueryParameterBindings
- Specified by:
getQueryParameterBindingsin interfaceExecutionContext
-