java.lang.Object
org.eclipse.persistence.internal.descriptors.FieldTransformation
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MethodBasedFieldTransformation, TransformerBasedFieldTransformation

public abstract class FieldTransformation extends Object implements Serializable
INTERNAL: This class is used to store the field transformations on the TransformationMapping. The transformation can be done either using a field transformer object or a method on the domain object. These cases are reflected by the subclasses
Since:
OracleAS TopLink 10g (10.0.3)
See Also:
  • Field Details

  • Constructor Details

    • FieldTransformation

      public FieldTransformation()
  • Method Details