Interface | Description |
---|---|
Condition |
The tree of
Condition s represents an optional part of a query that is added if the corresponding parameters
are present. |
Class | Description |
---|---|
ConditionJpqlGenerator |
Modifies JPQL query according to the tree of conditions.
|
ConditionXmlLoader |
Loads the tree of
Condition s from XML. |
JpqlCondition |
Condition that represents parts of a JPQL query: "where" and optional "join".
|
LogicalCondition |
Logical condition (AND, OR) which contains other conditions.
|
PropertyCondition |
Condition that contains parts of a query.
|
PropertyCondition.Entry |
Enum | Description |
---|---|
LogicalCondition.Type |