Uses of Interface
org.hibernate.query.spi.QueryPlanCache.Key
-
Packages that use QueryPlanCache.Key Package Description org.hibernate.query.spi Contains a range of internal abstractions for dealing with query execution, query plans, query options, and query parameters. -
-
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 voidQueryPlanCache. cacheNonSelectQueryPlan(QueryPlanCache.Key key, NonSelectQueryPlan plan)voidQueryPlanCache. cacheSelectQueryPlan(QueryPlanCache.Key key, SelectQueryPlan plan)NonSelectQueryPlanQueryPlanCache. getNonSelectQueryPlan(QueryPlanCache.Key key)SelectQueryPlanQueryPlanCache. getSelectQueryPlan(QueryPlanCache.Key key)
-