|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.4.0) E10653-05 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LobInterface
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 | |
---|---|
DomainOwnerInterface |
getOwner()
Returns the reference to owner of this domain (could be the row that this domain instance belongs to.) |
int |
getOwnerAttributeIndex()
|
java.lang.String |
getRemoteIdString()
|
long |
getSize()
|
void |
syncClientLob(LobInterface oldObject)
Synchronize client-side data from the given lob |
void |
syncServerLob(LobInterface oldObject)
Synchronize the streams from an older version of this object so that this version works with the opened streams (if any). |
Methods inherited from interface oracle.jbo.domain.BlobDomainInterface |
---|
loadFromDatabase, prepareForDML, saveToDatabase, saveToDatabase |
Methods inherited from interface oracle.jbo.domain.DomainInterface |
---|
getData, setContext |
Method Detail |
---|
void syncServerLob(LobInterface oldObject)
void syncClientLob(LobInterface oldObject)
DomainOwnerInterface getOwner()
long getSize()
java.lang.String getRemoteIdString()
int getOwnerAttributeIndex()
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.4.0) E10653-05 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |