public abstract class XMLConverterAdapter extends Object implements XMLConverter
| Constructor and Description |
|---|
XMLConverterAdapter() |
| Modifier and Type | Method and Description |
|---|---|
Object |
convertDataValueToObjectValue(Object dataValue,
Session session)
PUBLIC:
Convert the databases' data representation of the value to the object's representation.
|
Object |
convertObjectValueToDataValue(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, waitconvertDataValueToObjectValue, convertObjectValueToDataValueinitialize, isMutablepublic Object convertObjectValueToDataValue(Object objectValue, Session session)
ConverterconvertObjectValueToDataValue in interface Converterpublic Object convertDataValueToObjectValue(Object dataValue, Session session)
ConverterconvertDataValueToObjectValue in interface Converter