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