Business Components

Uses of Class
oracle.jbo.server.RowImpl

Packages that use RowImpl
oracle.jbo.server Contains the implementation of middle tier components. 
 

Uses of RowImpl in oracle.jbo.server
 

Subclasses of RowImpl in oracle.jbo.server
 class EJBEntityImpl
           
 class EntityImpl
          This class implements the middle-tier representations of database rows.
 class ViewRowImpl
          Presents the logical view of a Row returned from the database.
 

Methods in oracle.jbo.server with parameters of type RowImpl
protected  void EJBEntityDefImpl.objectToStore(java.lang.Object obj, RowImpl store, java.lang.String attribName)
           
protected  void EJBEntityDefImpl.storeToObject(java.lang.Object obj, RowImpl store, java.lang.String attribName)
           
 


Business Components