Business Components

Uses of Interface
oracle.jbo.domain.DomainOwnerInterface

Packages that use DomainOwnerInterface
oracle.jbo.domain The oracle.jbo.domain.* classes, also known as the "JBO Oracle Domains", provide lightweight wrappers for the Java representation of the Oracle data types (that is, the oracle.sql.* classes). 
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
          This class provides a lightweight wrapper for oracle.sql.ARRAY, the Java representation of the ARRAY database type.
 class Struct
          This class provides a lightweight wrapper for oracle.sql.STRUCT, the Java representation of the Struct database type.
 

Methods in oracle.jbo.domain with parameters of type DomainOwnerInterface
 void Struct.setContext(DomainOwnerInterface owner, Transaction trans, java.lang.Object ctx)
          Internal: Applications should not use this method.
 void SQLValue.setContext(DomainOwnerInterface owner, Transaction trans, java.lang.Object ctx)
           
 void BFileDomain.setContext(DomainOwnerInterface owner, Transaction trans, java.lang.Object ctx)
          Internal: Applications should not use this method.
 void Ref.setContext(DomainOwnerInterface owner, Transaction trans, java.lang.Object fac)
          Internal: Applications should not invoke this method.
 void Char.setContext(DomainOwnerInterface owner, Transaction trans, java.lang.Object ctx)
          Internal: Applications should not use this method.
 void Sequence.setContext(DomainOwnerInterface owner, Transaction trans, java.lang.Object ctx)
          Internal: Applications should not use this method.
 void Number.setContext(DomainOwnerInterface owner, Transaction trans, java.lang.Object ctx)
          Internal: Applications should not invoke this method.
 void RowID.setContext(DomainOwnerInterface owner, Transaction trans, java.lang.Object ctx)
          Internal: Applications should not invoke this method.
 void ClobDomain.setContext(DomainOwnerInterface owner, Transaction trans, java.lang.Object ctx)
          Internal: Applications should not use this method.
 void Array.setContext(DomainOwnerInterface owner, Transaction trans, java.lang.Object fac)
          Internal: Applications should not use this method.
 void Raw.setContext(DomainOwnerInterface owner, Transaction trans, java.lang.Object ctx)
          Internal: Applications should not invoke this method.
 void BlobDomain.setContext(DomainOwnerInterface owner, Transaction trans, java.lang.Object ctx)
          Internal: Applications should not use this method.
 void DomainInterface.setContext(DomainOwnerInterface owner, Transaction trans, java.lang.Object ctx)
          Internal: Applications should not use this method.
 void Date.setContext(DomainOwnerInterface owner, Transaction trans, java.lang.Object ctx)
          Internal: Applications should not invoke this method.
 void DateDomain.setContext(DomainOwnerInterface owner, Transaction trans, java.lang.Object ctx)
          Deprecated.  
 void NullValue.setContext(DomainOwnerInterface owner, Transaction trans, java.lang.Object ctx)
          Internal: Applications should not invoke this method.
 

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)
          Internal: Applications should not use this method.
 


Business Components