Package org.hibernate.query.internal
Class DelegatingDomainQueryExecutionContext
- java.lang.Object
-
- org.hibernate.query.internal.DelegatingDomainQueryExecutionContext
-
- All Implemented Interfaces:
DomainQueryExecutionContext
public class DelegatingDomainQueryExecutionContext extends Object implements DomainQueryExecutionContext
-
-
Constructor Summary
Constructors Constructor Description DelegatingDomainQueryExecutionContext(DomainQueryExecutionContext delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Callback
getCallback()
The callback referenceQueryOptions
getQueryOptions()
The options to use for execution of the queryQueryParameterBindings
getQueryParameterBindings()
The domain parameter bindingsSharedSessionContractImplementor
getSession()
The underlying session
-
-
-
Constructor Detail
-
DelegatingDomainQueryExecutionContext
public DelegatingDomainQueryExecutionContext(DomainQueryExecutionContext delegate)
-
-
Method Detail
-
getQueryOptions
public QueryOptions getQueryOptions()
Description copied from interface:DomainQueryExecutionContext
The options to use for execution of the query- Specified by:
getQueryOptions
in interfaceDomainQueryExecutionContext
-
getQueryParameterBindings
public QueryParameterBindings getQueryParameterBindings()
Description copied from interface:DomainQueryExecutionContext
The domain parameter bindings- Specified by:
getQueryParameterBindings
in interfaceDomainQueryExecutionContext
-
getCallback
public Callback getCallback()
Description copied from interface:DomainQueryExecutionContext
The callback reference- Specified by:
getCallback
in interfaceDomainQueryExecutionContext
-
getSession
public SharedSessionContractImplementor getSession()
Description copied from interface:DomainQueryExecutionContext
The underlying session- Specified by:
getSession
in interfaceDomainQueryExecutionContext
-
-