Business Components

Uses of Package
oracle.jbo.domain

Packages that use.*
PackageDescription
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
BlobDomainInterface
          Provides methods to save data to, and extract data from, LOB domain classes.
DomainInterface
          Implemented by domain classes to save data to, and extract data from, a domain class.
DomainOwnerInterface
           
DomainValidationException
          Indicates that a Domain object cannot be created because validation has failed.
LobInterface
          Provides methods to save data to, and extract data from, LOB domain classes.
MutableDomainInterface
          Implemented by domain classes.
 

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 to save data to, and extract data from, a domain class.
DomainOwnerInterface
           
NullValue
          Provides a means of creating and serializing null Domain objects.
 

Classes in oracle.jbo.domain used by oracle.jbo.server.rules
DomainInterface
          Implemented by domain classes to save data to, and extract data from, a domain class.
 


Business Components