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

B32476-03

oracle.toplink.sdk
Class DefaultFieldTranslator

java.lang.Object
  extended by oracle.toplink.sdk.DefaultFieldTranslator
All Implemented Interfaces:
java.io.Serializable, FieldTranslator

Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by oracle.toplink.eis

public class DefaultFieldTranslator
extends java.lang.Object
implements FieldTranslator

This is a default implementation of the FieldTranslator interface. It does nothing to the database row - it simply returns it unchanged.

Since:
TOPLink/Java 3.0
See Also:
AbstractSDKCall, Serialized Form

Constructor Summary
DefaultFieldTranslator()
          Deprecated. Default constructor.
 
Method Summary
 Record translateForRead(Record row)
          Deprecated. Translate and return the specified database row that was read from the data store.
 Record translateForWrite(Record row)
          Deprecated. Translate and return the specified database row that will be written to the data store.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultFieldTranslator

public DefaultFieldTranslator()
Deprecated. 
Default constructor.

Method Detail

translateForRead

public Record translateForRead(Record row)
Deprecated. 
Translate and return the specified database row that was read from the data store. Simply return the row unchanged.

Specified by:
translateForRead in interface FieldTranslator

translateForWrite

public Record translateForWrite(Record row)
Deprecated. 
Translate and return the specified database row that will be written to the data store. Simply return the row unchanged.

Specified by:
translateForWrite in interface FieldTranslator

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