Class TransformationMapping

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.

Since:
TOPLink/Java 1.0
See Also:
  • Constructor Details

    • TransformationMapping

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