|
Oracle TopLink Java API Reference 10g Release 3 (10.1.3.1) B28219-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by oracle.toplink.eis
This interface defines a mechanism for translating the field names in a DatabaseRow
from those defined in the data store to those expected by the appropriate Descriptor
(s) and vice versa.
Method Summary | |
DatabaseRow |
translateForRead(DatabaseRow row) Deprecated. Translate and return the specified database row that was read from the data store. |
DatabaseRow |
translateForWrite(DatabaseRow row) Deprecated. Translate and return the specified database row that will be written to the data store. |
Method Detail |
public DatabaseRow translateForRead(DatabaseRow row)
public DatabaseRow translateForWrite(DatabaseRow row)
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |