Uses of Interface
de.espirit.or.query.AttributeConstraint

Packages that use AttributeConstraint
Package
Description
 
  • Uses of AttributeConstraint in de.espirit.or.query

    Classes in de.espirit.or.query that implement AttributeConstraint
    Modifier and Type
    Class
    Description
    class 
    The base class for all implementations of Constraint which define an attribute based filter.
    class 
    The base class of all compare constraints.
    class 
    Constraint to check if belonging attribute is equal to a specific value.
    class 
    Constraint to check if belonging attribute is greater than a specific value.
    class 
    Constraint to compare if belonging attribute is greater than or equals to a specific value.
    class 
    Constraint representing the IN operator.
    class 
    Constraint to check if belonging attribute is not null
    class 
    Constraint to check if belonging attribute is null
    class 
    Constraint to compare if belonging attribute is less than a specific value.
    class 
    Constraint to compare if belonging attribute is less than or equasl to a specific value.
    class 
    Constraint to compare the belonging attribute value by matching against the pattern specified by value.
    class 
    Constraint to compare if belonging attribute is not equal to a specific value.