Business Components

Uses of Interface
oracle.jbo.domain.LobInterface

Packages that use.*
PackageDescription
oracle.jbo.domain   
 

Uses of LobInterface in oracle.jbo.domain
 

Subinterfaces of LobInterface in oracle.jbo.domain
TypeName
 interface LobStreamInterface
          Provides methods to save data to, and extract data from, LOB domain classes.
 

Methods in oracle.jbo.domain with parameters of type LobInterface
TypeName
 void LobInterface.syncServerLob(LobInterface oldObject)
          Synchronize the streams from an older version of this object so that this version works with the opened streams (if any).
 void LobInterface.syncClientLob(LobInterface oldObject)
          Synchronize client-side data from the given lob
 


Business Components