Class CompoundFilter<T>
- java.lang.Object
-
- org.eclipse.persistence.jpa.jpql.tools.utility.filter.CompoundFilter<T>
-
- All Implemented Interfaces:
Serializable,Cloneable,Filter<T>
- Direct Known Subclasses:
AndFilter
public abstract class CompoundFilter<T> extends Object implements Filter<T>, Cloneable, Serializable
This filter provides a simple framework for combining the behavior of a pair of filters.- Since:
- 2.3
- Version:
- 2.3
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CompoundFilter<T>clone()booleanequals(Object object)Filter<T>getFilter1()Returns the leftFilterof this compound filter.Filter<T>getFilter2()Returns the secondFilterof this compound filter.inthashCode()StringtoString()
-