class |
GenericCondition |
Super class for all Conditions.
|
class |
GenericConditionList |
This Class holds a list of Conditions, concatenates them by AND or OR operator.
|
class |
GenericField |
Super class for all kinds of Fields.
|
class |
GenericFieldComparisonCondition |
Class represents a Condition for a field comparison (e.g.
|
class |
GenericFieldCondition |
Super class for all conditions responsible for any kind of field comparison.
|
protected static class |
GenericFieldConditionTest.TestableGenericFieldCondition |
|
class |
GenericFunctionSelectField |
Allows to specify a function to be applied to a generic select field.
|
class |
GenericLiteralCondition |
Class represents a Condition for a literal comparison (e.g.
|
class |
GenericQuery |
The GenericQuery class holds and manages all objects necessary for searching on a specific
Type.
|
class |
GenericSearchField |
Kind of Field used with a WHERE or ORDER BY clause.
|
class |
GenericSearchFieldType |
Class represents a field modifier, used to indicate one of the following:
CORE - marks field as core attribute PROPERTY - marks field as property
LOCALIZED - marks field as localized attribute INTERNAL - marks field as internal
OUTER_JOIN - forces flexible search to join this field outer
|
class |
GenericSearchOrderBy |
Class represents a ORDER BY clause by defining the field to be searched by and its order direction.
|
class |
GenericSelectField |
Kind of Field used within a SELECT clause.
|
class |
GenericSubQueryCondition |
Class represents a Condition for comparing a field with the outcome of a SubQuery ( e.g.
|
class |
GenericTypeJoin |
Class represents a join between types.
|
class |
GenericValueCondition |
Class represents a Condition for value comparison (e.g.
|
class |
Operator |
Class represents an Operator; is used with all types of GenericConditions.
|