|
Oracle Fusion Middleware Java API Reference for Oracle TopLink (Deprecated) 11g Release 1 (11.1.1) B32476-04 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.toplink.sdk.DefaultFieldTranslator
oracle.toplink.eis
public class DefaultFieldTranslator
This is a default implementation of the FieldTranslator interface.
It does nothing to the database row - it simply returns it unchanged.
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 |
|---|
public DefaultFieldTranslator()
| Method Detail |
|---|
public Record translateForRead(Record row)
translateForRead in interface FieldTranslatorpublic Record translateForWrite(Record row)
translateForWrite in interface FieldTranslator
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||