Business Components

Uses of Class
oracle.jbo.domain.DomainAttributeDef

Packages that use DomainAttributeDef
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 DomainAttributeDef in oracle.jbo.domain
 

Methods in oracle.jbo.domain with parameters of type DomainAttributeDef
 Row Ref.getReferencedObject(DomainAttributeDef ad)
          Returns an an instance of the refernced row, given the attribute definition object.
 


Business Components