Business Components

Package oracle.jbo.domain

Interface Summary
BlobDomainInterface Implemented by all "blob" based domain classes.
DomainInterface Implemented by domain classes.
DomainOwnerInterface  
KeyAttributeInterface Implemented by domain classes, instances of which could be an attribute of a oracle.jbo.Key
MutableDomainInterface Implemented by domain classes.
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.
 

Class Summary
Array  
BFileDomain  
BlobDomain  
ClobDomain  
DateDomain Deprecated. This class has been superceeded by Date.
DomainAttributeDef  
DomainStructureDef  
NullValue Provides a means of creating and serializing null Domain objects.
Ref  
SQLValue  
TypeFactory Internal: Applications should not extend this class or invoke its methods.
 

Exception Summary
DataCreationException Indicates that a Domain object could not be created.
DomainValidationException Indicates that a Domain object cannot be created because validation has failed.
GenericDomainException Thrown when creation of Domain objects fails.
 


Business Components