public interface XMLMapping
org.eclipse.persistence.oxm.mappings
Modifier and Type | Method and Description |
---|---|
void |
convertClassNamesToClasses(java.lang.ClassLoader classLoader) |
boolean |
isWriteOnly() |
void |
setIsWriteOnly(boolean b) |
void |
writeSingleValue(java.lang.Object value,
java.lang.Object parent,
XMLRecord record,
AbstractSession session)
INTERNAL:
A method that marshals a single value to the provided Record based on this mapping's
XPath.
|
void convertClassNamesToClasses(java.lang.ClassLoader classLoader)
void writeSingleValue(java.lang.Object value, java.lang.Object parent, XMLRecord record, AbstractSession session)
value
- - The value to be marshalledrecord
- - The Record the value is being marshalled too.boolean isWriteOnly()
void setIsWriteOnly(boolean b)
EclipseLink 2.4.2, "build v20130514-5956486" API Reference