EclipseLink 2.4.2, build 'v20130514-5956486' API Reference

Package org.eclipse.persistence.jpa.jpql.util.filter

Interface Summary
Filter<T> A filter is used to determine if a value can be "accepted" or "rejected".
 

Class Summary
AndFilter<T> This filter will "accept" any object that is accept by both of the specified wrapped filters.
CompoundFilter<T> This filter provides a simple framework for combining the behavior of a pair of filters.
NullFilter A null implementation of a Filter.
 


EclipseLink 2.4.2, build 'v20130514-5956486' API Reference