Uses of Class
org.hibernate.engine.query.spi.QueryPlanCache
-
Packages that use QueryPlanCache Package Description org.hibernate.engine.spi org.hibernate.query.spi -
-
Uses of QueryPlanCache in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return QueryPlanCache Modifier and Type Method Description QueryPlanCacheSessionFactoryDelegatingImpl. getQueryPlanCache()QueryPlanCacheSessionFactoryImplementor. getQueryPlanCache()Deprecated.(since 5.2) it will be replaced with the new QueryEngine concept introduced in 6.0 -
Uses of QueryPlanCache in org.hibernate.query.spi
Methods in org.hibernate.query.spi with parameters of type QueryPlanCache Modifier and Type Method Description java.util.Map<java.lang.String,HibernateException>NamedQueryRepository. checkNamedQueries(QueryPlanCache queryPlanCache)
-