Business Components

Uses of Interface
oracle.jbo.domain.LobInterface

Packages that use LobInterface
oracle.jbo.domain   
 

Uses of LobInterface in oracle.jbo.domain
 

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

Classes in oracle.jbo.domain that implement LobInterface
 class Array
           
 class Struct
           
 

Methods in oracle.jbo.domain with parameters of type LobInterface
 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
 void Struct.syncClientLob(LobInterface)
           
 void Struct.syncServerLob(LobInterface)
           
 void Array.syncClientLob(LobInterface)
           
 void Array.syncServerLob(LobInterface)
           
 


Business Components