Business Components

Uses of Interface
oracle.jbo.domain.DomainOwnerInterface

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

Uses of DomainOwnerInterface in oracle.jbo.domain
 

Methods in oracle.jbo.domain that return DomainOwnerInterface
TypeName
 DomainOwnerInterface LobInterface.getOwner()
          Returns the reference to owner of this domain (could be the row that this domain instance belongs to.)
 

Methods in oracle.jbo.domain with parameters of type DomainOwnerInterface
TypeName
 void DomainInterface.setContext(DomainOwnerInterface owner, Transaction trans, java.lang.Object ctx)
          Internal: Applications should not use this method.
 void DateDomain.setContext(DomainOwnerInterface owner, Transaction trans, java.lang.Object ctx)
          Deprecated.  
 void SQLValue.setContext(DomainOwnerInterface owner, Transaction trans, java.lang.Object ctx)
           
 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
TypeName
 class EntityImpl
          This class implements the middle-tier representations of database rows.
 

Methods in oracle.jbo.server with parameters of type DomainOwnerInterface
TypeName
 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