Business Components

Uses of Class
oracle.jbo.domain.DomainValidationException

Packages that use DomainValidationException
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). 
 

Uses of DomainValidationException in oracle.jbo.domain
 

Methods in oracle.jbo.domain that throw DomainValidationException
 void BFileDomain.setBytes(byte[] bFileData)
          Sets the file data for this object.
 

Constructors in oracle.jbo.domain that throw DomainValidationException
DateDomain.DateDomain(java.sql.Date val)
          Deprecated.  
DateDomain.DateDomain(java.sql.Timestamp val)
          Deprecated.  
DateDomain.DateDomain(java.lang.String obj)
          Deprecated.  
 


Business Components