Class EntityFunction.EntityFunctionSingle<T extends java.lang.Comparable<?>>
- java.lang.Object
-
- org.apache.ofbiz.entity.condition.EntityConditionBase
-
- org.apache.ofbiz.entity.condition.EntityConditionValue
-
- org.apache.ofbiz.entity.condition.EntityFunction<T>
-
- org.apache.ofbiz.entity.condition.EntityFunction.EntityFunctionSingle<T>
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
EntityFunction.LENGTH
,EntityFunction.LOWER
,EntityFunction.TRIM
,EntityFunction.UPPER
- Enclosing class:
- EntityFunction<T extends java.lang.Comparable<?>>
public abstract static class EntityFunction.EntityFunctionSingle<T extends java.lang.Comparable<?>> extends EntityFunction<T>
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.ofbiz.entity.condition.EntityFunction
EntityFunction.EntityFunctionNested<T extends java.lang.Comparable<?>>, EntityFunction.EntityFunctionSingle<T extends java.lang.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
fetcher, field, function, ID_LENGTH, ID_LOWER, ID_TRIM, ID_UPPER, nested, value
-
Fields inherited from class org.apache.ofbiz.entity.condition.EntityConditionBase
_emptyMap, emptyAliases, emptyList
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
EntityFunctionSingle(EntityFunction.Fetcher<T> fetcher, EntityFunction.SQLFunction function, java.lang.Object value)
-
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, UPPER_FIELD, validateSql
-
Methods inherited from class org.apache.ofbiz.entity.condition.EntityConditionValue
addSqlValue, CONSTANT_NUMBER, getValue, toString, toString
-
Methods inherited from class org.apache.ofbiz.entity.condition.EntityConditionBase
addValue, castBoolean, equals, getColName, getColName, getColName, getField, hashCode
-
-
-
-
Constructor Detail
-
EntityFunctionSingle
protected EntityFunctionSingle(EntityFunction.Fetcher<T> fetcher, EntityFunction.SQLFunction function, java.lang.Object value)
-
-