java.lang.Object
org.eclipse.persistence.mappings.AttributeAccessor
org.eclipse.persistence.internal.oxm.accessor.OrmAttributeAccessor
All Implemented Interfaces:
Serializable, Cloneable, CoreAttributeAccessor

public class OrmAttributeAccessor extends AttributeAccessor
INTERNAL: A custom AttriuteAccessor to be used when the same object is mapped in both OXM and ORM. This will bridge the gap between the two for attributes that use ValueHolders. Specifically for JPA weaving.
See Also: