Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

E28847-01


org.eclipse.persistence.oxm.mappings.converters
Class XMLConverterAdapter

java.lang.Object
  extended by org.eclipse.persistence.oxm.mappings.converters.XMLConverterAdapter

All Implemented Interfaces:
java.io.Serializable, Converter, XMLConverter

public abstract class XMLConverterAdapter
extends java.lang.Object
implements XMLConverter
Since:
release specific (what release of product did this appear in)
Version:
$Header: XMLConverterAdapter.java 09-aug-2007.15:24:27 dmccann Exp $
Author:
mmacivor
See Also:
Serialized Form

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

XMLConverterAdapter

public XMLConverterAdapter()

Method Detail

convertObjectValueToDataValue

public java.lang.Object convertObjectValueToDataValue(java.lang.Object objectValue,
                                                      Session session)
Description copied from interface: Converter
PUBLIC: Convert the object's representation of the value to the databases' data representation. For example this could convert between a Calendar Java type and the sql.Time datatype.
Specified by:
convertObjectValueToDataValue in interface Converter

convertDataValueToObjectValue

public java.lang.Object convertDataValueToObjectValue(java.lang.Object dataValue,
                                                      Session session)
Description copied from interface: Converter
PUBLIC: Convert the databases' data representation of the value to the object's representation. For example this could convert between an sql.Time datatype and the Java Calendar type.
Specified by:
convertDataValueToObjectValue in interface Converter

Skip navigation links

Copyright © 1998, 2012, Oracle. All Rights Reserved.