Uses of Interface
org.hibernate.query.spi.QueryPlanCache.Key
-
Packages that use QueryPlanCache.Key Package Description org.hibernate.query.spi -
-
Uses of QueryPlanCache.Key in org.hibernate.query.spi
Methods in org.hibernate.query.spi with parameters of type QueryPlanCache.Key Modifier and Type Method Description void
QueryPlanCache. cacheNonSelectQueryPlan(QueryPlanCache.Key key, NonSelectQueryPlan plan)
void
QueryPlanCache. cacheSelectQueryPlan(QueryPlanCache.Key key, SelectQueryPlan plan)
NonSelectQueryPlan
QueryPlanCache. getNonSelectQueryPlan(QueryPlanCache.Key key)
SelectQueryPlan
QueryPlanCache. getSelectQueryPlan(QueryPlanCache.Key key)
-