Class FilterQueryPlan

    • Constructor Detail

      • FilterQueryPlan

        public FilterQueryPlan​(String hql,
                               String collectionRole,
                               boolean shallow,
                               Map enabledFilters,
                               SessionFactoryImplementor factory)
        Constructs a query plan for an HQL filter
        Parameters:
        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
    • Method Detail

      • getCollectionRole

        public String getCollectionRole()