Class AttributeAccessor

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

public abstract class AttributeAccessor extends Object implements CoreAttributeAccessor, Cloneable, 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.

See Also:
Author:
James