EclipseLink 2.1.2, build 'v20101206-r8635' API Reference

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

Version:
$Header: /cvsroot/org.eclipse/www/eclipselink/api/2.1/org/eclipse/persistence/oxm/mappings/converters/XMLConverterAdapter.html,v 1.2 2010/12/14 15:41:28 pkrogh Exp $
See Also:
Serialized Form
Author:
mmacivor
Since:
release specific (what release of product did this appear in)

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

EclipseLink 2.1.2, build 'v20101206-r8635' API Reference