Uses of Interface
org.hibernate.query.spi.NonSelectQueryPlan
Packages that use NonSelectQueryPlan
Package
Description
Contains a range of internal abstractions for dealing with query execution,
query plans, query options, and query parameters.
Implementation of the SPIs for native SQL query support.
SPIs for native SQL query support.
Package for the SQM-backed Query implementation details
-
Uses of NonSelectQueryPlan in org.hibernate.query.internal
Methods in org.hibernate.query.internal that return NonSelectQueryPlanModifier and TypeMethodDescriptionQueryInterpretationCacheDisabledImpl.getNonSelectQueryPlan
(QueryInterpretationCache.Key key) QueryInterpretationCacheStandardImpl.getNonSelectQueryPlan
(QueryInterpretationCache.Key key) Methods in org.hibernate.query.internal with parameters of type NonSelectQueryPlanModifier and TypeMethodDescriptionvoid
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 NonSelectQueryPlanModifier and TypeMethodDescriptionQueryInterpretationCache.getNonSelectQueryPlan
(QueryInterpretationCache.Key key) Methods in org.hibernate.query.spi with parameters of type NonSelectQueryPlanModifier and TypeMethodDescriptionvoid
QueryInterpretationCache.cacheNonSelectQueryPlan
(QueryInterpretationCache.Key key, NonSelectQueryPlan plan) -
Uses of NonSelectQueryPlan in org.hibernate.query.sql.internal
Classes in org.hibernate.query.sql.internal that implement NonSelectQueryPlan -
Uses of NonSelectQueryPlan in org.hibernate.query.sql.spi
Subinterfaces of NonSelectQueryPlan in org.hibernate.query.sql.spiModifier and TypeInterfaceDescriptioninterface
-
Uses of NonSelectQueryPlan in org.hibernate.query.sqm.internal
Classes in org.hibernate.query.sqm.internal that implement NonSelectQueryPlanModifier and TypeClassDescriptionclass
class
class
class
class
class
class
Constructors in org.hibernate.query.sqm.internal with parameters of type NonSelectQueryPlanModifierConstructorDescriptionAggregatedNonSelectQueryPlanImpl
(NonSelectQueryPlan[] aggregatedQueryPlans)