public interface XMLMapping extends Mapping<AbstractSession,AttributeAccessor,ContainerPolicy,ClassDescriptor,DatabaseField,XMLRecord>
org.eclipse.persistence.oxm.mappings
Modifier and Type | Method and Description |
---|---|
void |
convertClassNamesToClasses(ClassLoader classLoader) |
boolean |
isWriteOnly() |
void |
setIsWriteOnly(boolean b) |
void |
writeSingleValue(Object value,
Object parent,
XMLRecord record,
AbstractSession session)
INTERNAL:
A method that marshals a single value to the provided Record based on this mapping's
XPath.
|
getAttributeAccessor, getAttributeClassification, getAttributeName, getAttributeValueFromObject, getContainerPolicy, getDescriptor, getField, getReferenceDescriptor, isAbstractCompositeCollectionMapping, isAbstractCompositeDirectCollectionMapping, isAbstractCompositeObjectMapping, isAbstractDirectMapping, isCollectionMapping, isReadOnly, isReferenceMapping, isTransformationMapping, setAttributeAccessor, setAttributeName, setAttributeValueInObject, setGetMethodName, setIsReadOnly, setProperties, setSetMethodName
void convertClassNamesToClasses(ClassLoader classLoader)
convertClassNamesToClasses
in interface Mapping<AbstractSession,AttributeAccessor,ContainerPolicy,ClassDescriptor,DatabaseField,XMLRecord>
void writeSingleValue(Object value, Object parent, XMLRecord record, AbstractSession session)
writeSingleValue
in interface Mapping<AbstractSession,AttributeAccessor,ContainerPolicy,ClassDescriptor,DatabaseField,XMLRecord>
value
- - The value to be marshalledrecord
- - The Record the value is being marshalled too.boolean isWriteOnly()
void setIsWriteOnly(boolean b)
EclipseLink 2.5.2, "build v20140319-9ad6abd" API Reference