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 The oracle.jbo.domain.* classes, also known as the "JBO Oracle Domains", provide lightweight wrappers for the Java representation of the Oracle data types (that is, the oracle.sql.* classes). 
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
          This class provides a lightweight wrapper for oracle.sql.BFILE, the Java representation of the BFILE database type.
BlobDomain
          This class provides a lightweight wrapper for oracle.sql.BLOB, the Java representation of the BLOB database type.
BlobDomainInterface
          Provides methods to save data to, and extract data from, LOB domain classes.
Char
          This class provides a lightweight wrapper for oracle.sql.CHAR, the Java representation of the CHAR database type.
ClobDomain
          This class provides a lightweight wrapper for oracle.sql.Clob, the Java representation of the CLOB database type.
Date
          This class provides a lightweight wrapper for oracle.sql.DATE, the Java representation of the DATE database type.
DomainAttributeDef
           
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.
KeyAttributeInterface
          Implemented by domain classes, instances of which could be an attribute of a oracle.jbo.Key
MutableDomainInterface
          Implemented by domain classes.
Number
          This class provides a lightweight wrapper for oracle.sql.NUMBER, the Java representation of the NUMBER database type.
Raw
          This class provides a lightweight wrapper for oracle.sql.Raw, the Java representation of the RAW database type.
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 and 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 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