Business Components

Uses of Interface
oracle.jbo.domain.DomainOwnerInterface

Packages that use DomainOwnerInterface
oracle.jbo.domain   
oracle.jbo.server Contains the implementation of middle tier components. 
 

Uses of DomainOwnerInterface in oracle.jbo.domain
 

Classes in oracle.jbo.domain that implement DomainOwnerInterface
 class Array
           
 

Methods in oracle.jbo.domain with parameters of type DomainOwnerInterface
 void SQLValue.setContext(DomainOwnerInterface owner, Transaction trans, java.lang.Object ctx)
           
 void DomainInterface.setContext(DomainOwnerInterface owner, Transaction trans, java.lang.Object ctx)
           
 void DateDomain.setContext(DomainOwnerInterface owner, Transaction trans, java.lang.Object ctx)
          Deprecated.  
 void NullValue.setContext(DomainOwnerInterface owner, Transaction trans, java.lang.Object ctx)
           
 void BlobDomain.setContext(DomainOwnerInterface, Transaction, java.lang.Object)
           
 void ClobDomain.setContext(DomainOwnerInterface, Transaction, java.lang.Object)
           
 void BFileDomain.setContext(DomainOwnerInterface, Transaction, java.lang.Object)
           
 void Ref.setContext(DomainOwnerInterface, Transaction, java.lang.Object)
           
 void Array.setContext(DomainOwnerInterface, Transaction, java.lang.Object)
           
 

Uses of DomainOwnerInterface in oracle.jbo.server
 

Classes in oracle.jbo.server that implement DomainOwnerInterface
 class EntityImpl
          This class implements the middle-tier representations of database rows.
 

Methods in oracle.jbo.server with parameters of type DomainOwnerInterface
 void SQLValueImpl.setContext(DomainOwnerInterface owner, Transaction trans, java.lang.Object ctx)
           
 void SequenceImpl.setContext(DomainOwnerInterface owner, Transaction trans, java.lang.Object ctx)
           
 


Business Components