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