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.
SPIs for native SQL query support.
-
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.spi
Subinterfaces of NonSelectQueryPlan in org.hibernate.query.sql.spiModifier and TypeInterfaceDescriptioninterface