Package | Description |
---|---|
de.espirit.or.query |
Modifier and Type | Class and Description |
---|---|
class |
AbstractConstraint
The base class for all implementations of
Constraint which define an attribute based filter. |
class |
Compare
The base class of all compare constraints.
|
class |
Equal
Constraint to check if belonging attribute is equal to a specific value.
|
class |
GreaterThan
Constraint to check if belonging attribute is greater than a specific value.
|
class |
GreaterThanEqual
Constraint to compare if belonging attribute is greater than or equals to a specific value.
|
class |
In
Constraint representing the IN operator.
|
class |
IsNotNull
Constraint to check if belonging attribute is not
null |
class |
IsNull
Constraint to check if belonging attribute is
null |
class |
LessThan
Constraint to compare if belonging attribute is less than a specific value.
|
class |
LessThanEqual
Constraint to compare if belonging attribute is less than or equasl to a specific value.
|
class |
Like
Constraint to compare the belonging attribute value by matching against the pattern specified by value.
|
class |
NotEqual
Constraint to compare if belonging attribute is
not equal to a specific value. |
Copyright © 2014 e-Spirit AG. All Rights Reserved. Build 5.0_BETA.500