public class

FilterQueryPlan

extends HQLQueryPlan
implements Serializable
java.lang.Object
   ↳ org.hibernate.engine.query.HQLQueryPlan
     ↳ org.hibernate.engine.query.FilterQueryPlan

Class Overview

Extends an HQLQueryPlan to maintain a reference to the collection-role name being filtered.

Summary

Public Constructors
FilterQueryPlan(String hql, String collectionRole, boolean shallow, Map enabledFilters, SessionFactoryImplementor factory)
Public Methods
String getCollectionRole()
[Expand]
Inherited Methods
From class org.hibernate.engine.query.HQLQueryPlan
From class java.lang.Object

Public Constructors

public FilterQueryPlan (String hql, String collectionRole, boolean shallow, Map enabledFilters, SessionFactoryImplementor factory)

Public Methods

public String getCollectionRole ()