Business Components

Uses of Package
oracle.jbo.domain

Packages that use oracle.jbo.domain
oracle.jbo.common Contains the implementation of components shared by thin clients and the middle tier. 
oracle.jbo.domain   
oracle.jbo.server Contains the implementation of middle tier components. 
oracle.jbo.server.rules Contains sample validation beans. 
 

Classes in oracle.jbo.domain used by oracle.jbo.common
DataCreationException
          Indicates that a Domain object could not be created.
 

Classes in oracle.jbo.domain used by oracle.jbo.domain
BFileDomain
           
BlobDomain
           
BlobDomainInterface
          Implemented by all "blob" based domain classes.
ClobDomain
           
DomainAttributeDef
           
DomainInterface
          Implemented by domain classes.
DomainOwnerInterface
           
DomainValidationException
          Indicates that a Domain object cannot be created because validation has failed.
XMLDomainFactory
          Each domain that can read xml, needs to implement getXMLDomainFactory() method and return an instance of this interface for an attribute def to invoke the domain to create an instance for a given xml-node.
XMLDomainInterface
          Implemented by domain classes which can read/write domain values as xml.
 

Classes in oracle.jbo.domain used by oracle.jbo.server
DataCreationException
          Indicates that a Domain object could not be created.
DomainInterface
          Implemented by domain classes.
DomainOwnerInterface
           
 

Classes in oracle.jbo.domain used by oracle.jbo.server.rules
DomainInterface
          Implemented by domain classes.
 


Business Components