Business Components

Uses of Interface
oracle.jbo.Properties

Packages that use Properties
oracle.jbo Contains interfaces for client-side applications. 
oracle.jbo.common Contains the implementation of components shared by thin clients and the middle tier. 
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). 
oracle.jbo.server Contains the implementation of middle tier components. 
 

Uses of Properties in oracle.jbo
 

Subinterfaces of Properties in oracle.jbo
 interface ApplicationModule
          The interface for Application Modules.
 interface AttributeDef
          Defines access to named attribute definitions.
 interface ComponentObject
          Provides access to component objects by name.
 interface RowSet
          Defines the middle-tier representation of a set of table rows.
 interface ViewLink
          Implemented by View Link classes.
 interface ViewObject
          Defines the presentation of the Entity Objects selected by an SQL statement.
 

Uses of Properties in oracle.jbo.common
 

Classes in oracle.jbo.common that implement Properties
 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 Properties in oracle.jbo.domain
 

Classes in oracle.jbo.domain that implement Properties
 class DomainAttributeDef
           
 

Uses of Properties in oracle.jbo.server
 

Classes in oracle.jbo.server that implement Properties
 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.RowSetImpl
          Internal: Applications should not use this class.
 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 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