Java 类org.hibernate.engine.query.spi.QueryPlanCache 实例源码

项目:lemon    文件:SessionFactoryWrapper.java   
public QueryPlanCache getQueryPlanCache() {
    return sessionFactoryImplementor.getQueryPlanCache();
}
项目:lams    文件:SessionFactoryImpl.java   
public QueryPlanCache getQueryPlanCache() {
    return queryPlanCache;
}
项目:hibernate-dynamic-dialects    文件:SessionFactoryImpl.java   
public QueryPlanCache getQueryPlanCache() {
    return queryPlanCache;
}
项目:lams    文件:SessionFactoryImplementor.java   
public QueryPlanCache getQueryPlanCache();