Uses of Interface
org.hibernate.query.spi.MutableQueryOptions
-
Packages that use MutableQueryOptions Package Description org.hibernate.procedure.internal Defines the internal support for implementing stored procedure calling.org.hibernate.query.internal org.hibernate.query.spi org.hibernate.query.sql.internal -
-
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()
-