Oracle9i Business Components for Java API Reference
Oracle9i Jdeveloper (9.0.4)
B10391-01


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.ejb.facade   
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.
XMLDomainInterface
          Implemented by domain classes which can read and write domain values as XML.
XMLValueFactory
          Each domain that can read xml, needs to implement getXMLDomainFactory() method and return a subclass of this interface for an attribute def to invoke the domain to create an instance for a given xml-node.

 

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.ejb.facade
DomainOwnerInterface
           

 

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.

 


Oracle9i Business Components for Java API Reference
Oracle9i Jdeveloper (9.0.4)
B10391-01


 

Copyright © 1997, 2003, Oracle. All rights reserved.