Class EntityFunction.EntityFunctionNested<T extends Comparable<?>>
java.lang.Object
org.apache.ofbiz.entity.condition.EntityConditionValue
org.apache.ofbiz.entity.condition.EntityFunction<T>
org.apache.ofbiz.entity.condition.EntityFunction.EntityFunctionNested<T>
- All Implemented Interfaces:
Serializable
- Enclosing class:
- EntityFunction<T extends Comparable<?>>
public abstract static class EntityFunction.EntityFunctionNested<T extends Comparable<?>>
extends EntityFunction<T>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.ofbiz.entity.condition.EntityFunction
EntityFunction.EntityFunctionNested<T extends Comparable<?>>, EntityFunction.EntityFunctionSingle<T extends Comparable<?>>, EntityFunction.Fetcher<T>, EntityFunction.LENGTH, EntityFunction.LOWER, EntityFunction.SQLFunction, EntityFunction.TRIM, EntityFunction.UPPER
Nested classes/interfaces inherited from class org.apache.ofbiz.entity.condition.EntityConditionValue
EntityConditionValue.ConstantNumberValue
-
Field Summary
Fields inherited from class org.apache.ofbiz.entity.condition.EntityFunction
ID_LENGTH, ID_LOWER, ID_TRIM, ID_UPPER
-
Constructor Summary
ModifierConstructorDescriptionprotected
EntityFunctionNested
(EntityFunction.Fetcher<T> fetcher, EntityFunction.SQLFunction function, EntityConditionValue nested) -
Method Summary
Methods inherited from class org.apache.ofbiz.entity.condition.EntityFunction
addSqlValue, equals, freeze, getCode, getId, getModelField, getOriginalValue, getValue, hashCode, length, length, lower, lower, setModelField, trim, trim, upper, upper, upperField, validateSql
Methods inherited from class org.apache.ofbiz.entity.condition.EntityConditionValue
addSqlValue, constantNumber, getValue, toString, toString
-
Constructor Details
-
EntityFunctionNested
protected EntityFunctionNested(EntityFunction.Fetcher<T> fetcher, EntityFunction.SQLFunction function, EntityConditionValue nested)
-