public class XMLRootConverter extends Object implements XMLConverter
| Constructor and Description |
|---|
XMLRootConverter(XMLField associatedField) |
| 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 |
convertDataValueToObjectValue(Object dataValue,
Session session,
XMLUnmarshaller unmarshaller) |
Object |
convertObjectValueToDataValue(Object objectValue,
Session session)
PUBLIC:
Convert the object's representation of the value to the databases' data representation.
|
Object |
convertObjectValueToDataValue(Object objectValue,
Session session,
XMLMarshaller marshaller) |
void |
initialize(DatabaseMapping mapping,
Session session)
PUBLIC:
Allow for any initialization.
|
boolean |
isMutable()
PUBLIC:
If the converter converts the value to a mutable value, i.e.
|
public XMLRootConverter(XMLField associatedField)
public Object convertDataValueToObjectValue(Object dataValue, Session session, XMLUnmarshaller unmarshaller)
convertDataValueToObjectValue in interface XMLConverterpublic Object convertObjectValueToDataValue(Object objectValue, Session session, XMLMarshaller marshaller)
convertObjectValueToDataValue in interface XMLConverterpublic Object convertDataValueToObjectValue(Object dataValue, Session session)
ConverterconvertDataValueToObjectValue in interface Converterpublic Object convertObjectValueToDataValue(Object objectValue, Session session)
ConverterconvertObjectValueToDataValue in interface Converterpublic void initialize(DatabaseMapping mapping, Session session)
Converterinitialize in interface Converterpublic boolean isMutable()
Converter