类的使用
org.hibernate.engine.query.spi.QueryPlanCache
-
使用QueryPlanCache的程序包 程序包 说明 org.hibernate.engine.spi org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs.org.hibernate.query.spi -
-
org.hibernate.engine.spi中QueryPlanCache的使用
返回QueryPlanCache的org.hibernate.engine.spi中的方法 修饰符和类型 方法 说明 QueryPlanCacheSessionFactoryDelegatingImpl. getQueryPlanCache()QueryPlanCacheSessionFactoryImplementor. getQueryPlanCache()已过时。(since 5.2) it will be replaced with the new QueryEngine concept introduced in 6.0 -
org.hibernate.internal中QueryPlanCache的使用
返回QueryPlanCache的org.hibernate.internal中的方法 修饰符和类型 方法 说明 QueryPlanCacheSessionFactoryImpl. getQueryPlanCache() -
org.hibernate.query.spi中QueryPlanCache的使用
参数类型为QueryPlanCache的org.hibernate.query.spi中的方法 修饰符和类型 方法 说明 Map<String,HibernateException>NamedQueryRepository. checkNamedQueries(QueryPlanCache queryPlanCache)
-