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
Modifier and TypeMethodDescriptionfinal LoadQueryInfluencers
getQueryIdentifier
(String sql) final boolean
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
-
Method Details
-
getSession
- Specified by:
getSession
in interfaceExecutionContext
-
isTransactionActive
public final boolean isTransactionActive()- Specified by:
isTransactionActive
in interfaceExecutionContext
-
getLoadQueryInfluencers
- Specified by:
getLoadQueryInfluencers
in interfaceExecutionContext
-
getQueryOptions
- Specified by:
getQueryOptions
in interfaceExecutionContext
-
getQueryIdentifier
- Specified by:
getQueryIdentifier
in interfaceExecutionContext
-
getCallback
- Specified by:
getCallback
in interfaceExecutionContext
-
getQueryParameterBindings
- Specified by:
getQueryParameterBindings
in interfaceExecutionContext
-