Interface DomainQueryExecutionContext

All Known Implementing Classes:
AbstractQuery, AbstractSelectionQuery, DelegatingDomainQueryExecutionContext, NativeQueryImpl, ProcedureCallImpl, QuerySqmImpl, SqmSelectionQueryImpl

public interface DomainQueryExecutionContext
Context for execution of Query"
  • 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

      The underlying session
    • getResultType

      default Class<?> getResultType()