Business Components

Uses of Class
oracle.jbo.common.PropertiesHelper

Packages that use PropertiesHelper
oracle.jbo.common Contains the implementation of components shared by thin clients and the middle tier. 
oracle.jbo.server Contains the implementation of middle tier components. 
 

Uses of PropertiesHelper in oracle.jbo.common
 

Subclasses of PropertiesHelper in oracle.jbo.common
 class ApplicationModuleHelper
          Internal: Applications should not use this class.
 class AttributeDefHelper
          Internal: Applications should not use this class.
 class RowSetHelper
          Internal: Applications should not use this class.
 class RowSetIteratorHelper
          Internal: Applications should not use this class.
 

Uses of PropertiesHelper in oracle.jbo.server
 

Subclasses of PropertiesHelper in oracle.jbo.server
(package private)  class oracle.jbo.server.RowSetImpl
          Internal: Applications should not use this class.
 class ViewRowSetImpl
          The middle-tier class that manages collections of view rows that result from executing a query.
 class ViewRowSetIteratorImpl
          The middle-tier class that enables the user to iterate through row sets.
 


Business Components