Class EntityFunction<T extends Comparable<?>>

java.lang.Object
org.apache.ofbiz.entity.condition.EntityConditionValue
org.apache.ofbiz.entity.condition.EntityFunction<T>
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EntityFunction.EntityFunctionNested, EntityFunction.EntityFunctionSingle

public abstract class EntityFunction<T extends Comparable<?>> extends EntityConditionValue
Base class for entity functions.
See Also: