Uses of Class
org.refcodes.criteria.AbstractCriteriaLeaf
Packages that use AbstractCriteriaLeaf
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 AbstractCriteriaLeaf in org.refcodes.criteria
Subclasses of AbstractCriteriaLeaf in org.refcodes.criteriaModifier and TypeClassDescriptionclassACriteriaLeafrepresenting a EQUAL WITH expression.classACriteriaLeafrepresenting a GREATER OR EQUAL THAN expression.classACriteriaLeafrepresenting a GREATER THAN expression.classACriteriaLeafrepresenting a LESS OR EQUAL THAN expression.classACriteriaLeafrepresenting a LESS THAN expression.classACriteriaLeafrepresenting a NOT EQUAL WITH expression.