类 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

        public FilterQueryPlan​(String hql,
                               String collectionRole,
                               boolean shallow,
                               Map enabledFilters,
                               SessionFactoryImplementor factory)
        Constructs a query plan for an HQL filter
        参数:
        hql - The HQL fragment
        collectionRole - The collection role being filtered
        shallow - Is the query shallow?
        enabledFilters - All enabled filters from the Session
        factory - The factory
    • 方法详细资料

      • getCollectionRole

        public String getCollectionRole()