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