Uses of Interface
org.hibernate.query.spi.NonSelectQueryPlan
-
Packages that use NonSelectQueryPlan Package Description org.hibernate.query.spi Contains a range of internal abstractions for dealing with query execution, query plans, query options, and query parameters.org.hibernate.query.sql.spi SPIs for native SQL query support. -
-
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)Methods in org.hibernate.query.spi with parameters of type NonSelectQueryPlan Modifier and Type Method Description voidQueryInterpretationCache. cacheNonSelectQueryPlan(QueryInterpretationCache.Key key, NonSelectQueryPlan plan) -
Uses of NonSelectQueryPlan in org.hibernate.query.sql.spi
Subinterfaces of NonSelectQueryPlan in org.hibernate.query.sql.spi Modifier and Type Interface Description interfaceNativeNonSelectQueryPlan
-