Uses of Class
org.refcodes.criteria.NotEqualWithCriteria
Packages that use NotEqualWithCriteria
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 NotEqualWithCriteria in org.refcodes.criteria
Methods in org.refcodes.criteria that return NotEqualWithCriteriaModifier and TypeMethodDescriptionstatic <T> NotEqualWithCriteria<T>CriteriaSugar.notEqualWith(String aKey, T aValue) Creates a NOT EQUAL WITH ("<>")CriteriaLeafexpression relating to the given key and the given reference value.