Package de.espirit.or.query
package de.espirit.or.query
-
ClassDescriptionThe base class for all implementations of
Constraint
which define an attribute based filter.Interface to combine different sub constraints withand
The base class for allconstraints
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 aSelect
.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 notnull
Constraint to check if belonging attribute isnull
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 isnot equal
to a specific value.Interface to combine different sub constraints withor
Parameter class for order criteria used for orselects
Placeholder for the value of an attribute specified incomparisons
.Model representing a Select statement toquery
entites from anor session.