Uses of Interface
org.hibernate.query.spi.MutableQueryOptions
-
Packages that use MutableQueryOptions Package Description org.hibernate.procedure.internal Defines the internal implementation of the stored procedure SPI.org.hibernate.query.internal org.hibernate.query.spi Contains a range of internal abstractions for dealing with query execution, query plans, query options, and query parameters.org.hibernate.query.sql.internal Implementation of the SPIs for native SQL query support. -
-
Uses of MutableQueryOptions in org.hibernate.procedure.internal
Methods in org.hibernate.procedure.internal that return MutableQueryOptions Modifier and Type Method Description MutableQueryOptions
ProcedureCallImpl. getQueryOptions()
-
Uses of MutableQueryOptions in org.hibernate.query.internal
Classes in org.hibernate.query.internal that implement MutableQueryOptions Modifier and Type Class Description class
QueryOptionsImpl
-
Uses of MutableQueryOptions in org.hibernate.query.spi
Methods in org.hibernate.query.spi that return MutableQueryOptions Modifier and Type Method Description MutableQueryOptions
AbstractCommonQueryContract. getQueryOptions()
MutableQueryOptions
AbstractQuery. getQueryOptions()
Methods in org.hibernate.query.spi with parameters of type MutableQueryOptions Modifier and Type Method Description protected static boolean
AbstractSelectionQuery. hasAppliedGraph(MutableQueryOptions queryOptions)
protected static boolean
AbstractSelectionQuery. hasLimit(SqmSelectStatement<?> sqm, MutableQueryOptions queryOptions)
-
Uses of MutableQueryOptions in org.hibernate.query.sql.internal
Methods in org.hibernate.query.sql.internal that return MutableQueryOptions Modifier and Type Method Description MutableQueryOptions
NativeQueryImpl. getQueryOptions()
-