Class SDOFragmentMappingAttributeAccessor

java.lang.Object
org.eclipse.persistence.mappings.AttributeAccessor
org.eclipse.persistence.sdo.helper.SDOFragmentMappingAttributeAccessor
All Implemented Interfaces:
Serializable, Cloneable, CoreAttributeAccessor

public class SDOFragmentMappingAttributeAccessor extends AttributeAccessor

Purpose: A wrapper class for handling cases when the domain object attributes are to be accessed thru the accessor methods that are called "get" and "set". This is to be used when marsalling/unmarshalling SDODataObjects. The propertyName is the name of the property on the DataObject and that must be set on this accessor.

See Also: