|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provides methods to save data to, and extract data from,
LOB domain classes. These methods are implemented by all LOB-based
domain classes: BlobDomain
,
BFileDomain
, and
ClobDomain
.
Domain classes encapsulate Oracle SQL datatypes. Domain objects can be converted to the standard JDBC data types.
TypeFactory
,
"JboDomainValidator"Method Summary | |
void |
loadFromDatabase(Transaction transaction)
|
void |
prepareForDML(java.lang.Object context)
Internal: Applications should not use this method. |
void |
saveToDatabase(Transaction transaction)
|
void |
saveToDatabase(Transaction transaction,
java.lang.Object emptySQLObject)
Internal: Applications should not use this method. |
Methods inherited from interface oracle.jbo.domain.DomainInterface |
getData, setContext |
Method Detail |
public void loadFromDatabase(Transaction transaction) throws java.lang.Exception
transaction
- the DBTransactionImpl
of the current Application Module.
java.lang.Exception
public void saveToDatabase(Transaction transaction) throws java.lang.Exception
transaction
- the DBTransactionImpl
instance of the current Application Module.
java.lang.Exception
public void saveToDatabase(Transaction transaction, java.lang.Object emptySQLObject) throws java.lang.Exception
Uses the given transaction context to store data back into the database using the LOB-locator which should be set before this method is invoked.
java.lang.Exception
public void prepareForDML(java.lang.Object context)
|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.