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()
boolean
equals(Object object)
Filter<T>
getFilter1()
Returns the leftFilter
of this compound filter.Filter<T>
getFilter2()
Returns the secondFilter
of this compound filter.int
hashCode()
String
toString()
-