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 -
Method Summary
Modifier and TypeMethodDescriptionThe callback referenceThe options to use for execution of the queryThe domain parameter bindingsThe underlying sessionboolean
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 Details
-
DelegatingDomainQueryExecutionContext
-
-
Method Details
-
getQueryOptions
Description copied from interface:DomainQueryExecutionContext
The options to use for execution of the query- Specified by:
getQueryOptions
in interfaceDomainQueryExecutionContext
-
getQueryParameterBindings
Description copied from interface:DomainQueryExecutionContext
The domain parameter bindings- Specified by:
getQueryParameterBindings
in interfaceDomainQueryExecutionContext
-
getCallback
Description copied from interface:DomainQueryExecutionContext
The callback reference- Specified by:
getCallback
in interfaceDomainQueryExecutionContext
-
hasCallbackActions
public boolean hasCallbackActions()- Specified by:
hasCallbackActions
in interfaceDomainQueryExecutionContext
-
getSession
Description copied from interface:DomainQueryExecutionContext
The underlying session- Specified by:
getSession
in interfaceDomainQueryExecutionContext
-