Uses of Interface
org.hibernate.query.spi.NonSelectQueryPlan
-
Packages that use NonSelectQueryPlan Package Description org.hibernate.query.spi org.hibernate.query.sql.spi -
-
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.spi
Subinterfaces of NonSelectQueryPlan in org.hibernate.query.sql.spi Modifier and Type Interface Description interfaceNativeNonSelectQueryPlan
-