|
Oracle Fusion Middleware Java API Reference for Oracle TopLink 11g Release 1 (11.1.1) E28847-01 |
||||||||
| 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)
ConverterconvertObjectValueToDataValue in interface Converter
public java.lang.Object convertDataValueToObjectValue(java.lang.Object dataValue,
Session session)
ConverterconvertDataValueToObjectValue in interface Converter
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||