| Package | Description |
|---|---|
| org.ofbiz.core.entity |
| Modifier and Type | Method and Description |
|---|---|
List<GenericValue> |
MemoryHelper.transform(ModelEntity modelEntity,
EntityCondition entityCondition,
List<String> orderBy,
String lockField,
Transformation transformation) |
List<GenericValue> |
GenericDAO.transform(ModelEntity modelEntity,
EntityCondition entityCondition,
List<String> orderBy,
String lockFieldName,
Transformation transformation)
Applies the given transformation to any entities matching the given
condition, by performing a SELECT followed by an UPDATE.
|
List<GenericValue> |
GenericHelperDAO.transform(ModelEntity modelEntity,
EntityCondition entityCondition,
List<String> orderBy,
String lockField,
Transformation transformation) |
List<GenericValue> |
GenericHelper.transform(ModelEntity modelEntity,
EntityCondition entityCondition,
List<String> orderBy,
String lockField,
Transformation transformation)
Applies the given transformation to any entities matching the given condition.
|
List<GenericValue> |
LockedDatabaseGenericDelegator.transform(String entityName,
EntityCondition entityCondition,
List<String> orderBy,
String lockField,
Transformation transformation) |
List<GenericValue> |
GenericDelegator.transform(String entityName,
EntityCondition entityCondition,
List<String> orderBy,
String lockField,
Transformation transformation) |
List<GenericValue> |
DelegatorInterface.transform(String entityName,
EntityCondition entityCondition,
List<String> orderBy,
String lockField,
Transformation transformation)
Applies the given transformation to any entities matching the given condition.
|
Copyright © 2015 Atlassian. All rights reserved.