Business Components

Uses of Class
oracle.jbo.server.NamedObjectImpl

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

Uses of NamedObjectImpl in oracle.jbo.server
 

Subclasses of NamedObjectImpl 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 EntityAssociation
          Describes the relationship between two Entity Objects.
 class EntityDefImpl
          Defines metadata for Entity Object classes.
(package private)  class oracle.jbo.server.RowDef
          Default implementation of DefInterface implemented by all of JBO Definition classes.
(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.
 

Fields in oracle.jbo.server declared as NamedObjectImpl
protected  NamedObjectImpl NamedObjectImpl.mParent
           
 

Methods in oracle.jbo.server that return NamedObjectImpl
 NamedObjectImpl NamedObjectImpl.getParent()
          Gets this object's parent.
 


Business Components