Uses of Interface
org.refcodes.criteria.GreaterThanCriteria
-
Packages that use GreaterThanCriteria 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 GreaterThanCriteria in org.refcodes.criteria
Methods in org.refcodes.criteria that return GreaterThanCriteria Modifier and Type Method Description static <T> GreaterThanCriteria<T>CriteriaSugar. greaterThan(java.lang.String aKey, T aValue)Creates an GREATER THAN (">")CriteriaLeafexpression relating to the given key and the given reference value.
-