Package org.ofbiz.entity.condition

Interface Summary
EntityConditionVisitor 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.
EntityFunction.Fetcher<T>  
 

Class Summary
EntityClause Generic Entity Clause - Used to string together entities to make a find clause
EntityComparisonOperator Encapsulates operations between entities and entity fields.
EntityCondition 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 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 Encapsulates operations between entities and entity fields.
EntityConditionFunction.NOT  
EntityConditionList<T extends EntityCondition> Encapsulates a list of EntityConditions to be used as a single EntityCondition combined as specified
EntityConditionListBase<T extends EntityCondition> Encapsulates a list of EntityConditions to be used as a single EntityCondition combined as specified
EntityConditionParam Represents a single parameter to be used in the preparedStatement
EntityConditionSubSelect  
EntityConditionValue Encapsulates operations between entities and entity fields.
EntityDateFilterCondition  
EntityExpr Encapsulates simple expressions used for specifying queries
EntityFieldMap Encapsulates simple expressions used for specifying queries
EntityFieldValue Encapsulates operations between entities and entity fields.
EntityFunction<T extends Comparable> Encapsulates operations between entities and entity fields.
EntityFunction.LENGTH  
EntityFunction.LOWER  
EntityFunction.TRIM  
EntityFunction.UPPER  
EntityJoinOperator Encapsulates operations between entities and entity fields.
EntityOperator<T> Encapsulates operations between entities and entity fields.
EntityWhereString Encapsulates SQL expressions used for where clause snippets.
OrderByItem  
OrderByList  
 

Enum Summary
EntityFunction.SQLFunction