Package org.hibernate.query.spi
Interface DomainQueryExecutionContext
-
- All Known Implementing Classes:
AbstractQuery,AbstractSelectionQuery,DelegatingDomainQueryExecutionContext,NativeQueryImpl,ProcedureCallImpl,QuerySqmImpl,SqmSelectionQueryImpl
public interface DomainQueryExecutionContextContext for execution ofQuery"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description CallbackgetCallback()The callback referenceQueryOptionsgetQueryOptions()The options to use for execution of the queryQueryParameterBindingsgetQueryParameterBindings()The domain parameter bindingsSharedSessionContractImplementorgetSession()The underlying sessiondefault booleanhasCallbackActions()
-
-
-
Method Detail
-
getQueryOptions
QueryOptions getQueryOptions()
The options to use for execution of the query
-
getQueryParameterBindings
QueryParameterBindings getQueryParameterBindings()
The domain parameter bindings
-
getCallback
Callback getCallback()
The callback reference
-
hasCallbackActions
default boolean hasCallbackActions()
-
getSession
SharedSessionContractImplementor getSession()
The underlying session
-
-