类 FilterQueryPlan
- java.lang.Object
-
- org.hibernate.engine.query.spi.HQLQueryPlan
-
- org.hibernate.engine.query.spi.FilterQueryPlan
-
- 所有已实现的接口:
Serializable
public class FilterQueryPlan extends HQLQueryPlan implements Serializable
Extends an HQLQueryPlan to maintain a reference to the collection-role name being filtered.- 作者:
- Steve Ebersole
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 FilterQueryPlan(String hql, String collectionRole, boolean shallow, Map enabledFilters, SessionFactoryImplementor factory)Constructs a query plan for an HQL filter
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetCollectionRole()-
从类继承的方法 org.hibernate.engine.query.spi.HQLQueryPlan
getDynamicInstantiationResultType, getEnabledFilterNames, getParameterMetadata, getQuerySpaces, getReturnMetadata, getSourceQuery, getSqlStrings, getTranslators, getUtilizedFilterNames, isSelect, isShallow, isUpdate, performExecuteUpdate, performIterate, performList, performScroll
-
-
-
-
构造器详细资料
-
FilterQueryPlan
public FilterQueryPlan(String hql, String collectionRole, boolean shallow, Map enabledFilters, SessionFactoryImplementor factory)
Constructs a query plan for an HQL filter- 参数:
hql- The HQL fragmentcollectionRole- The collection role being filteredshallow- Is the query shallow?enabledFilters- All enabled filters from the Sessionfactory- The factory
-
-
方法详细资料
-
getCollectionRole
public String getCollectionRole()
-
-