Package org.hibernate.engine.query.spi
Interface QueryPlanCache.QueryPlanCreator
-
- Enclosing class:
- QueryPlanCache
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface QueryPlanCache.QueryPlanCreator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HQLQueryPlan
createQueryPlan(java.lang.String queryString, boolean shallow, java.util.Map<java.lang.String,Filter> enabledFilters, SessionFactoryImplementor factory)
-
-
-
Method Detail
-
createQueryPlan
HQLQueryPlan createQueryPlan(java.lang.String queryString, boolean shallow, java.util.Map<java.lang.String,Filter> enabledFilters, SessionFactoryImplementor factory)
-
-