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 MutableQueryOptionsProcedureCallImpl. getQueryOptions() -
Uses of MutableQueryOptions in org.hibernate.query.internal
Classes in org.hibernate.query.internal that implement MutableQueryOptions Modifier and Type Class Description classQueryOptionsImpl -
Uses of MutableQueryOptions in org.hibernate.query.spi
Methods in org.hibernate.query.spi that return MutableQueryOptions Modifier and Type Method Description MutableQueryOptionsAbstractCommonQueryContract. getQueryOptions()MutableQueryOptionsAbstractQuery. getQueryOptions()Methods in org.hibernate.query.spi with parameters of type MutableQueryOptions Modifier and Type Method Description protected static booleanAbstractSelectionQuery. hasAppliedGraph(MutableQueryOptions queryOptions)protected static booleanAbstractSelectionQuery. 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 MutableQueryOptionsNativeQueryImpl. getQueryOptions()
-