Package org.hibernate.query.spi
Interface DomainQueryExecutionContext
- All Known Implementing Classes:
AbstractQuery
,AbstractSelectionQuery
,DelegatingDomainQueryExecutionContext
,NativeQueryImpl
,ProcedureCallImpl
,QuerySqmImpl
,SqmSelectionQueryImpl
public interface DomainQueryExecutionContext
Context for execution of
Query
"-
Method Summary
Modifier and TypeMethodDescriptionThe callback referenceThe options to use for execution of the queryThe domain parameter bindingsdefault Class<?>
The underlying sessiondefault boolean
-
Method Details
-
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 -
getResultType
-