Business Components

Uses of Class
oracle.jbo.common.BaseObject

Packages that use BaseObject
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. 
oracle.jbo.server.java.util   
 

Uses of BaseObject in oracle.jbo.common
 

Subclasses of BaseObject in oracle.jbo.common
 class ApplicationModuleHelper
          Internal: Applications should not use this class.
 class AttributeDefHelper
          Internal: Applications should not use this class.
 class PropertiesHelper
          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 BaseObject in oracle.jbo.server
 

Subclasses of BaseObject in oracle.jbo.server
 class ApplicationModuleDefImpl
          The base class for all generated ApplicationModule classes.
 class ApplicationModuleImpl
          The base class of Application Modules.
 class AttributeDefImpl
          AttributeDefImpl is an implementation class for the AttributeDef interface in the middle tier server.
 class ComponentObjectImpl
          Abstract class for ComponentObjectImpl.
 class ContainerObjectImpl
          The implementation of the ContainerObject interface.
(package private)  class oracle.jbo.server.DefObject
           
 class EJBEntityDefImpl
           
 class EJBEntityImpl
           
 class EntityAssociation
          Describes the relationship between two Entity Objects.
 class EntityDefImpl
          Defines metadata for Entity Object classes.
 class EntityImpl
          This class implements the middle-tier representations of database rows.
 class NamedObjectImpl
          The base class for all business objects.
 class QueryCollection
          The QueryCollection represents the result of executing a ViewRow.
(package private)  class oracle.jbo.server.RowDef
          Default implementation of DefInterface implemented by all of JBO Definition classes.
 class RowImpl
          Provides the internal access mechanism for ViewRow and Entity row objects.
(package private)  class oracle.jbo.server.RowSetImpl
          Internal: Applications should not use this class.
(package private)  class oracle.jbo.server.ViewDefImpl
          The ViewDefImpl is the base class for all generated ViewDefImpl classes.
 class ViewLinkImpl
          Implements the ViewLink interface, the middle-tier class that manages a master-detail relationship between two View Objects.
 class ViewObjectImpl
          The implementation of the ViewObject interface, the middle-tier class that manages database queries and the view rows that result from executing queries.
 class ViewRowImpl
          Presents the logical view of a Row returned from the database.
 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.
 

Uses of BaseObject in oracle.jbo.server.java.util
 

Subclasses of BaseObject in oracle.jbo.server.java.util
 class oracle.jbo.server.java.util.AbstractCollection
           
 class oracle.jbo.server.java.util.AbstractList
           
 


Business Components