Uses of Class
org.refcodes.criteria.LessThanCriteria
Packages that use LessThanCriteria
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 LessThanCriteria in org.refcodes.criteria
Methods in org.refcodes.criteria that return LessThanCriteriaModifier and TypeMethodDescriptionstatic <T> LessThanCriteria<T>Creates an LESS THANCriteriaLeafexpression relating to the given key and the given reference value.Methods in org.refcodes.criteria with parameters of type LessThanCriteriaModifier and TypeMethodDescriptionExpressionQueryFactory.toQuery(LessThanCriteria<?> aCriteriaLeaf, boolean isCriteriaTreeRoot) Generates a query string for the givenCriteriaLeaf.