Oracle9i Business Components for Java API Reference
Oracle9i Jdeveloper (9.0.4)
B10391-01


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.common.ws   
oracle.jbo.domain   
oracle.jbo.server Contains the implementation of middle tier components. 
oracle.jbo.server.ejb.facade   

 

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.common.ws

 

Classes in oracle.jbo.common.ws that implement Properties
 class WSApplicationModuleImpl
           
 class WSAttributeDefImpl
           
 class WSComponentObjectImpl
           
 class WSRowSetImpl
           
 class WSViewLinkImpl
           
 class WSViewObjectImpl
           

 

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 AssociationDefImpl
           NAME AssociationDefImpl.java - DESCRIPTION The AssociationDefImpl describes a read-only property that a JavaBean exports via a get accessor method.
 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.
 class EntityRowSetImpl
          EntityRowSetImpl represents the ResultSet of an association.
(package private)  class oracle.jbo.server.RowSetImpl
          Internal: Applications should not use this class.
 class ViewAttributeDefImpl
          The ViewAttributeDefImpl is an alias to an AttributeDefImpl.
 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.

 

Uses of Properties in oracle.jbo.server.ejb.facade

 

Classes in oracle.jbo.server.ejb.facade that implement Properties
 class FinderViewImpl
          Abstract base class for Finder-Based View Object.

 


Oracle9i Business Components for Java API Reference
Oracle9i Jdeveloper (9.0.4)
B10391-01


 

Copyright © 1997, 2003, Oracle. All rights reserved.