Business Components

Uses of Interface
oracle.jbo.domain.MutableDomainInterface

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

Classes in oracle.jbo.domain that implement MutableDomainInterface
 class Struct
          This class provides a lightweight wrapper for oracle.sql.STRUCT, the Java representation of the Struct database type.
 


Business Components