Uses of Interface
org.refcodes.criteria.CriteriaLeaf
-
Packages that use CriteriaLeaf Package Description org.refcodes.criteria The refcodes-criteria framework allows the construction of criteria for selecting or filtering or identifying issues (such issues could be the selection of entries from a database). -
-
Uses of CriteriaLeaf in org.refcodes.criteria
Subinterfaces of CriteriaLeaf in org.refcodes.criteria Modifier and Type Interface Description interfaceEqualWithCriteria<T>ACriteriaLeafrepresenting a EQUAL WITH expression.interfaceGreaterOrEqualThanCriteria<T>ACriteriaLeafrepresenting a GREATER OR EQUAL THAN expression.interfaceGreaterThanCriteria<T>ACriteriaLeafrepresenting a GREATER THAN expression.interfaceLessOrEqualThanCriteria<T>ACriteriaLeafrepresenting a LESS OR EQUAL THAN expression.interfaceLessThanCriteria<T>ACriteriaLeafrepresenting a LESS THAN expression.interfaceNotEqualWithCriteria<T>ACriteriaLeafrepresenting a NOT EQUAL WITH expression.Classes in org.refcodes.criteria that implement CriteriaLeaf Modifier and Type Class Description classAbstractCriteriaLeaf<T>Base class with the baseCriteriaLeaffunctionality provided forCriteriaLeafimplementations.Methods in org.refcodes.criteria that return CriteriaLeaf Modifier and Type Method Description default CriteriaLeaf<T>CriteriaLeaf. withKey(java.lang.String aKey)default CriteriaLeaf<T>CriteriaLeaf. withValue(T aValue)
-