Business Components

Uses of Interface
oracle.jbo.domain.KeyAttributeInterface

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

Classes in oracle.jbo.domain that implement KeyAttributeInterface
 class Char
          This class provides a lightweight wrapper for oracle.sql.CHAR, the Java representation of the CHAR database type.
 class Date
          This class provides a lightweight wrapper for oracle.sql.DATE, the Java representation of the DATE database type.
 class Number
          This class provides a lightweight wrapper for oracle.sql.NUMBER, the Java representation of the NUMBER database type.
 class Raw
          This class provides a lightweight wrapper for oracle.sql.Raw, the Java representation of the RAW database type.
 class RowID
          This class provides a lightweight wrapper for oracle.sql.RowID, the Java representation of the ROWID database type.
 


Business Components