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 NonSelectQueryPlan
QueryInterpretationCacheDisabledImpl. getNonSelectQueryPlan(QueryInterpretationCache.Key key)
NonSelectQueryPlan
QueryInterpretationCacheStandardImpl. getNonSelectQueryPlan(QueryInterpretationCache.Key key)
Methods in org.hibernate.query.internal with parameters of type NonSelectQueryPlan Modifier and Type Method Description void
QueryInterpretationCacheDisabledImpl. cacheNonSelectQueryPlan(QueryInterpretationCache.Key key, NonSelectQueryPlan plan)
void
QueryInterpretationCacheStandardImpl. 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 NonSelectQueryPlan
QueryInterpretationCache. getNonSelectQueryPlan(QueryInterpretationCache.Key key)
NonSelectQueryPlan
QueryPlanCache. getNonSelectQueryPlan(QueryPlanCache.Key key)
Methods in org.hibernate.query.spi with parameters of type NonSelectQueryPlan Modifier and Type Method Description void
QueryInterpretationCache. cacheNonSelectQueryPlan(QueryInterpretationCache.Key key, NonSelectQueryPlan plan)
void
QueryPlanCache. 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 class
NativeNonSelectQueryPlanImpl
-
Uses of NonSelectQueryPlan in org.hibernate.query.sql.spi
Subinterfaces of NonSelectQueryPlan in org.hibernate.query.sql.spi Modifier and Type Interface Description interface
NativeNonSelectQueryPlan
-
Uses of NonSelectQueryPlan in org.hibernate.query.sqm.internal
Classes in org.hibernate.query.sqm.internal that implement NonSelectQueryPlan Modifier and Type Class Description class
AggregatedNonSelectQueryPlanImpl
class
MultiTableDeleteQueryPlan
class
MultiTableInsertQueryPlan
class
MultiTableUpdateQueryPlan
class
SimpleDeleteQueryPlan
class
SimpleInsertQueryPlan
class
SimpleUpdateQueryPlan
Constructors in org.hibernate.query.sqm.internal with parameters of type NonSelectQueryPlan Constructor Description AggregatedNonSelectQueryPlanImpl(NonSelectQueryPlan[] aggregatedQueryPlans)
-