Package org.hibernate.result.internal
Class OutputsExecutionContext
- java.lang.Object
-
- org.hibernate.sql.exec.internal.BaseExecutionContext
-
- org.hibernate.result.internal.OutputsExecutionContext
-
- All Implemented Interfaces:
ExecutionContext
public class OutputsExecutionContext extends BaseExecutionContext
-
-
Constructor Summary
Constructors Constructor Description OutputsExecutionContext(SharedSessionContractImplementor session)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CallbackgetCallback()QueryOptionsgetQueryOptions()-
Methods inherited from class org.hibernate.sql.exec.internal.BaseExecutionContext
getLoadQueryInfluencers, getQueryIdentifier, 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
-
OutputsExecutionContext
public OutputsExecutionContext(SharedSessionContractImplementor session)
-
-
Method Detail
-
getQueryOptions
public QueryOptions getQueryOptions()
- Specified by:
getQueryOptionsin interfaceExecutionContext- Overrides:
getQueryOptionsin classBaseExecutionContext
-
getCallback
public Callback getCallback()
- Specified by:
getCallbackin interfaceExecutionContext- Overrides:
getCallbackin classBaseExecutionContext
-
-