Uses of Interface
org.hibernate.query.spi.MutableQueryOptions
-
Packages that use MutableQueryOptions Package Description org.hibernate.query.spi -
-
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)
-