java.lang.Object
software.xdev.spring.data.eclipse.store.repository.query.criteria.AbstractCriteriaNode<T>
Type Parameters:
T - entity-type to apply the criteria to.
All Implemented Interfaces:
Criteria<T>
Direct Known Subclasses:
CriteriaAndNode, CriteriaOrNode, CriteriaSingleNode

public abstract class AbstractCriteriaNode<T> extends Object implements Criteria<T>
Criteria to apply to an entity and check if the criteria is fulfilled or not.