org.ofbiz.entity.condition |
|
Java Source File Name | Type | Comment |
EntityClause.java | Class | |
EntityComparisonOperator.java | Class | Encapsulates operations between entities and entity fields. |
EntityCondition.java | Class | Represents the conditions to be used to constrain a query
An EntityCondition can represent various type of constraints, including:
- EntityConditionList: a list of EntityConditions, combined with the operator specified
- EntityExpr: for simple expressions or expressions that combine EntityConditions
- EntityFieldMap: a map of fields where the field (key) equals the value, combined with the operator specified
These can be used in various combinations using the EntityConditionList and EntityExpr objects. |
EntityConditionBase.java | Class | Represents the conditions to be used to constrain a query
An EntityCondition can represent various type of constraints, including:
- EntityConditionList: a list of EntityConditions, combined with the operator specified
- EntityExpr: for simple expressions or expressions that combine EntityConditions
- EntityFieldMap: a map of fields where the field (key) equals the value, combined with the operator specified
These can be used in various combinations using the EntityConditionList and EntityExpr objects. |
EntityConditionFunction.java | Class | Encapsulates operations between entities and entity fields. |
EntityConditionList.java | Class | |
EntityConditionListBase.java | Class | |
EntityConditionParam.java | Class | |
EntityConditionSubSelect.java | Class | |
EntityConditionValue.java | Class | Encapsulates operations between entities and entity fields. |
EntityConditionVisitor.java | Interface | Represents the conditions to be used to constrain a query
An EntityCondition can represent various type of constraints, including:
- EntityConditionList: a list of EntityConditions, combined with the operator specified
- EntityExpr: for simple expressions or expressions that combine EntityConditions
- EntityFieldMap: a map of fields where the field (key) equals the value, combined with the operator specified
These can be used in various combinations using the EntityConditionList and EntityExpr objects. |
EntityDateFilterCondition.java | Class | |
EntityExpr.java | Class | |
EntityFieldMap.java | Class | |
EntityFieldValue.java | Class | Encapsulates operations between entities and entity fields. |
EntityFunction.java | Class | Encapsulates operations between entities and entity fields. |
EntityJoinOperator.java | Class | Encapsulates operations between entities and entity fields. |
EntityOperator.java | Class | Encapsulates operations between entities and entity fields. |
EntityWhereString.java | Class | Encapsulates SQL expressions used for where clause snippets.
NOTE: This is UNSAFE and BREAKS the idea behind the Entity Engine where
you avoid directly specifying SQL. |
OrderByItem.java | Class | |
OrderByList.java | Class | |