public abstract class XMLConverterAdapter extends java.lang.Object implements XMLConverter
Constructor and Description |
---|
XMLConverterAdapter() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
convertDataValueToObjectValue(java.lang.Object dataValue,
Session session)
PUBLIC:
Convert the databases' data representation of the value to the object's representation.
|
java.lang.Object |
convertObjectValueToDataValue(java.lang.Object objectValue,
Session session)
PUBLIC:
Convert the object's representation of the value to the databases' data representation.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
convertDataValueToObjectValue, convertObjectValueToDataValue
initialize, isMutable
public java.lang.Object convertObjectValueToDataValue(java.lang.Object objectValue, Session session)
Converter
convertObjectValueToDataValue
in interface Converter
public java.lang.Object convertDataValueToObjectValue(java.lang.Object dataValue, Session session)
Converter
convertDataValueToObjectValue
in interface Converter
EclipseLink 2.3.2, "build v20111125-r10461" API Reference