Uses of Class
org.refcodes.criteria.AbstractCriteria
Packages that use AbstractCriteria
Package
Description
This artifact allows the construction of This artifact allows the
construction of
Criteria instances for
selecting, filtering or identifying (such as the selection of entries from a
database).-
Uses of AbstractCriteria in org.refcodes.criteria
Subclasses of AbstractCriteria in org.refcodes.criteriaModifier and TypeClassDescriptionclassBase class with the baseCriteriaLeaffunctionality provided forCriteriaLeafimplementations.classBase class with the base functionality provided forCriteriaNodeimplementations.classACriteriaNoderepresenting a logical AND operator.classACriteriaLeafrepresenting a EQUAL WITH expression.classACriteriaLeafrepresenting a GREATER OR EQUAL THAN expression.classACriteriaLeafrepresenting a GREATER THAN expression.classACriteriaNoderepresenting a logical INTERSECT operator.classACriteriaLeafrepresenting a LESS OR EQUAL THAN expression.classACriteriaLeafrepresenting a LESS THAN expression.classACriteriaNoderepresenting a logical NOT operator.classACriteriaLeafrepresenting a NOT EQUAL WITH expression.classACriteriaNoderepresenting a logical OR operator.