Class TransformationMapping

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.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:
    Serialized Form
    Author:
    Sati
    Since:
    TOPLink/Java 1.0
    • Constructor Detail

      • TransformationMapping

        public TransformationMapping()
        PUBLIC: Default constructor.