Class AttributeAccessor

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, CoreAttributeAccessor
    Direct Known Subclasses:
    org.eclipse.persistence.internal.descriptors.MethodAttributeAccessor, SDOFragmentMappingAttributeAccessor

    public abstract class AttributeAccessor
    extends java.lang.Object
    implements CoreAttributeAccessor, java.lang.Cloneable, java.io.Serializable

    Purpose: This provides an abstract class for setting and retrieving the attribute value for the mapping from an object. It can be used in advanced situations if the attribute requires advanced conversion of the mapping value, or a real attribute does not exist.

    Since:
    OracleAS TopLink 10g (10.0.3)
    Author:
    James
    See Also:
    Serialized Form
    • Constructor Detail

      • AttributeAccessor

        public AttributeAccessor()