Class InstanceVariableAttributeAccessor

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

public class InstanceVariableAttributeAccessor extends AttributeAccessor

Purpose: A wrapper class for handling cases when the domain object has instance variable to map to the database field.

Since:
TOPLink/Java 1.0
See Also: