Class FilterQueryPlan

  • All Implemented Interfaces:
    java.io.Serializable

    public class FilterQueryPlan
    extends HQLQueryPlan
    implements java.io.Serializable
    Extends an HQLQueryPlan to maintain a reference to the collection-role name being filtered.
    See Also:
    Serialized Form
    • Constructor Detail

      • FilterQueryPlan

        public FilterQueryPlan​(java.lang.String hql,
                               java.lang.String collectionRole,
                               boolean shallow,
                               java.util.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 java.lang.String getCollectionRole()