Class TransformationMapping

java.lang.Object
org.eclipse.persistence.core.mappings.CoreMapping<AttributeAccessor,org.eclipse.persistence.internal.sessions.AbstractSession,org.eclipse.persistence.internal.queries.ContainerPolicy,ClassDescriptor,org.eclipse.persistence.internal.helper.DatabaseField>
All Implemented Interfaces:
Serializable, Cloneable, RelationalMapping

public class TransformationMapping extends AbstractTransformationMapping implements RelationalMapping

Purpose: A transformation mapping is used for a specialized translation between how a value is represented in Java and its representation on the databae. Transformation mappings should only be used when other mappings are inadequate.

See Also:
Author:
Sati
  • Constructor Details

    • TransformationMapping

      public TransformationMapping()
      PUBLIC: Default constructor.
  • Method Details