|
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.ox
This interface defines the protocol from translating an XML document to a database row and vice versa.
Method Summary | |
DatabaseRow |
read(java.io.Reader stream) Deprecated. Build a database row from the XML document contained in the specified stream. |
void |
write(java.io.Writer stream, DatabaseRow row) Deprecated. Write an XML document representing the specified database row on the specified stream. |
Method Detail |
public DatabaseRow read(java.io.Reader stream)
public void write(java.io.Writer stream, DatabaseRow row)
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |