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 CallbackgetCallback()The callback referenceQueryOptionsgetQueryOptions()The options to use for execution of the queryQueryParameterBindingsgetQueryParameterBindings()The domain parameter bindingsSharedSessionContractImplementorgetSession()The underlying sessionbooleanhasCallbackActions()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hibernate.query.spi.DomainQueryExecutionContext
getResultType
-
-
-
-
Constructor Detail
-
DelegatingDomainQueryExecutionContext
public DelegatingDomainQueryExecutionContext(DomainQueryExecutionContext delegate)
-
-
Method Detail
-
getQueryOptions
public QueryOptions getQueryOptions()
Description copied from interface:DomainQueryExecutionContextThe options to use for execution of the query- Specified by:
getQueryOptionsin interfaceDomainQueryExecutionContext
-
getQueryParameterBindings
public QueryParameterBindings getQueryParameterBindings()
Description copied from interface:DomainQueryExecutionContextThe domain parameter bindings- Specified by:
getQueryParameterBindingsin interfaceDomainQueryExecutionContext
-
getCallback
public Callback getCallback()
Description copied from interface:DomainQueryExecutionContextThe callback reference- Specified by:
getCallbackin interfaceDomainQueryExecutionContext
-
hasCallbackActions
public boolean hasCallbackActions()
- Specified by:
hasCallbackActionsin interfaceDomainQueryExecutionContext
-
getSession
public SharedSessionContractImplementor getSession()
Description copied from interface:DomainQueryExecutionContextThe underlying session- Specified by:
getSessionin interfaceDomainQueryExecutionContext
-
-