Class TypeMapping

  • All Implemented Interfaces:
    java.util.Map.Entry

    public class TypeMapping
    extends TypedAssociation

    Purpose: Used to define object-type converter object->data values mapping. This is used for the deployment XML mapping.

    Since:
    OracleAS TopLink 10g (10.0.3)
    Author:
    James Sutherland
    • Constructor Detail

      • TypeMapping

        public TypeMapping()
        Default constructor.
      • TypeMapping

        public TypeMapping​(java.lang.Object key,
                           java.lang.Object value)
        Create an association.