|
EclipseLink 2.2.0, build 'v20110202-r8913' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.persistence.oxm.mappings.converters.XMLConverterAdapter
public abstract class XMLConverterAdapter
Constructor Summary | |
---|---|
XMLConverterAdapter()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.persistence.oxm.mappings.converters.XMLConverter |
---|
convertDataValueToObjectValue, convertObjectValueToDataValue |
Methods inherited from interface org.eclipse.persistence.mappings.converters.Converter |
---|
initialize, isMutable |
Constructor Detail |
---|
public XMLConverterAdapter()
Method Detail |
---|
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.2.0, build 'v20110202-r8913' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |