Uses of Interface
org.hibernate.query.spi.NonSelectQueryPlan
-
Packages that use NonSelectQueryPlan Package Description org.hibernate.query.internal org.hibernate.query.spi org.hibernate.query.sql.internal org.hibernate.query.sql.spi org.hibernate.query.sqm.internal Package for the SQM-backed Query implementation details -
-
Uses of NonSelectQueryPlan in org.hibernate.query.internal
Methods in org.hibernate.query.internal that return NonSelectQueryPlan Modifier and Type Method Description NonSelectQueryPlanQueryInterpretationCacheDisabledImpl. getNonSelectQueryPlan(QueryInterpretationCache.Key key)NonSelectQueryPlanQueryInterpretationCacheStandardImpl. getNonSelectQueryPlan(QueryInterpretationCache.Key key)Methods in org.hibernate.query.internal with parameters of type NonSelectQueryPlan Modifier and Type Method Description voidQueryInterpretationCacheDisabledImpl. cacheNonSelectQueryPlan(QueryInterpretationCache.Key key, NonSelectQueryPlan plan)voidQueryInterpretationCacheStandardImpl. cacheNonSelectQueryPlan(QueryInterpretationCache.Key key, NonSelectQueryPlan plan) -
Uses of NonSelectQueryPlan in org.hibernate.query.spi
Methods in org.hibernate.query.spi that return NonSelectQueryPlan Modifier and Type Method Description NonSelectQueryPlanQueryInterpretationCache. getNonSelectQueryPlan(QueryInterpretationCache.Key key)NonSelectQueryPlanQueryPlanCache. getNonSelectQueryPlan(QueryPlanCache.Key key)Methods in org.hibernate.query.spi with parameters of type NonSelectQueryPlan Modifier and Type Method Description voidQueryInterpretationCache. cacheNonSelectQueryPlan(QueryInterpretationCache.Key key, NonSelectQueryPlan plan)voidQueryPlanCache. cacheNonSelectQueryPlan(QueryPlanCache.Key key, NonSelectQueryPlan plan) -
Uses of NonSelectQueryPlan in org.hibernate.query.sql.internal
Classes in org.hibernate.query.sql.internal that implement NonSelectQueryPlan Modifier and Type Class Description classNativeNonSelectQueryPlanImpl -
Uses of NonSelectQueryPlan in org.hibernate.query.sql.spi
Subinterfaces of NonSelectQueryPlan in org.hibernate.query.sql.spi Modifier and Type Interface Description interfaceNativeNonSelectQueryPlan -
Uses of NonSelectQueryPlan in org.hibernate.query.sqm.internal
Classes in org.hibernate.query.sqm.internal that implement NonSelectQueryPlan Modifier and Type Class Description classAggregatedNonSelectQueryPlanImplclassMultiTableDeleteQueryPlanclassMultiTableInsertQueryPlanclassMultiTableUpdateQueryPlanclassSimpleDeleteQueryPlanclassSimpleInsertQueryPlanclassSimpleUpdateQueryPlanConstructors in org.hibernate.query.sqm.internal with parameters of type NonSelectQueryPlan Constructor Description AggregatedNonSelectQueryPlanImpl(NonSelectQueryPlan[] aggregatedQueryPlans)
-