类的使用
org.hibernate.engine.query.spi.FilterQueryPlan
-
使用FilterQueryPlan的程序包 程序包 说明 org.hibernate.engine.query.spi Defines support for query plans and stored metadata about queries -
-
org.hibernate.engine.query.spi中FilterQueryPlan的使用
返回FilterQueryPlan的org.hibernate.engine.query.spi中的方法 修饰符和类型 方法 说明 FilterQueryPlanQueryPlanCache. getFilterQueryPlan(String filterString, String collectionRole, boolean shallow, Map<String,Filter> enabledFilters)Get the query plan for the given collection HQL filter fragment, creating it and caching it if not already cached
-