Package org.ofbiz.core.entity
Interface Transformation
public interface Transformation
A transformation upon an entity.
- Since:
- 1.0.41
-
Method Summary
Modifier and TypeMethodDescriptionvoidtransform(GenericValue entity) Transforms the given entity in place.
-
Method Details
-
transform
Transforms the given entity in place.- Parameters:
entity- the entity to transform (never null)
-