Uses of Class
de.espirit.or.query.AbstractConstraint
Packages that use AbstractConstraint
-
Uses of AbstractConstraint in de.espirit.or.query
Subclasses of AbstractConstraint in de.espirit.or.queryModifier and TypeClassDescriptionclassThe base class of all compare constraints.classConstraint to check if belonging attribute is equal to a specific value.classConstraint to check if belonging attribute is greater than a specific value.classConstraint to compare if belonging attribute is greater than or equals to a specific value.classConstraint representing the IN operator.classConstraint to check if belonging attribute is notnullclassConstraint to check if belonging attribute isnullclassConstraint to compare if belonging attribute is less than a specific value.classConstraint to compare if belonging attribute is less than or equasl to a specific value.classConstraint to compare the belonging attribute value by matching against the pattern specified by value.classConstraint to compare if belonging attribute isnot equalto a specific value.