Business Components

Uses of Interface
oracle.jbo.domain.DomainInterface

Packages that use DomainInterface
oracle.jbo.domain   
oracle.jbo.server Contains the implementation of middle tier components. 
oracle.jbo.server.rules Contains sample validation beans. 
 

Uses of DomainInterface in oracle.jbo.domain
 

Subinterfaces of DomainInterface in oracle.jbo.domain
 interface BlobDomainInterface
          Implemented by all "blob" based domain classes.
 

Classes in oracle.jbo.domain that implement DomainInterface
 class Array
           
 class BFileDomain
           
 class BlobDomain
           
 class ClobDomain
           
 class DateDomain
          Deprecated. This class has been superceeded by Date.

An encapsulation of Oracle SQL DATE objects as immutable Domain objects.

 class NullValue
          Provides a means of creating and serializing null Domain objects.
 class Ref
           
 class SQLValue
           
 

Methods in oracle.jbo.domain with parameters of type DomainInterface
 void DomainOwnerInterface.domainToBeModified(DomainInterface d)
           
 

Uses of DomainInterface in oracle.jbo.server
 

Classes in oracle.jbo.server that implement DomainInterface
 class SequenceImpl
          A represention of sequence Domain objects.
 class SQLValueImpl
          A representation of SQL data objects.
 

Methods in oracle.jbo.server with parameters of type DomainInterface
 void EntityImpl.domainToBeModified(DomainInterface d)
           
 

Uses of DomainInterface in oracle.jbo.server.rules
 

Methods in oracle.jbo.server.rules with parameters of type DomainInterface
 void JboGenericValidator.setLhs(DomainInterface lValue)
          Internal: Applications should not use this method.
 


Business Components