Package de.espirit.or.query


package de.espirit.or.query
  • Class
    Description
    The base class for all implementations of Constraint which define an attribute based filter.
    Interface to combine different sub constraints with and
    The base class for all constraints which define an attribute based filter.
    The base class of all compare constraints.
    The base class of all composed constraints.
    Interface for all filters which are used to restrict the result of a Select.
    Enum specifiying the type of the constraint.
    Constraint to check if belonging attribute is equal to a specific value.
    Constraint to check if belonging attribute is greater than a specific value.
    Constraint to compare if belonging attribute is greater than or equals to a specific value.
    Constraint representing the IN operator.
    Constraint to check if belonging attribute is not null
    Constraint to check if belonging attribute is null
    Constraint to compare if belonging attribute is less than a specific value.
    Constraint to compare if belonging attribute is less than or equasl to a specific value.
    Constraint to compare the belonging attribute value by matching against the pattern specified by value.
    Constraint to compare if belonging attribute is not equal to a specific value.
    Interface to combine different sub constraints with or
    Parameter class for order criteria used for or selects
    Placeholder for the value of an attribute specified in comparisons.
    Model representing a Select statement to query entites from anor session.