Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


Uses of Interface
oracle.jbo.server.Entity

Packages that use Entity
oracle.jbo.server Contains the implementation of middle tier components. 
oracle.jbo.server.ejb.facade   

 

Uses of Entity in oracle.jbo.server

 

Classes in oracle.jbo.server that implement Entity
 class EntityImpl
          This class implements the middle-tier representations of database rows.

 

Methods in oracle.jbo.server that return Entity
 Entity ViewRowImpl.getEntityForAttribute(java.lang.String attrName)
          Gets an entity object that contains the given attribute name.

 

Methods in oracle.jbo.server with parameters of type Entity
protected  void ViewObjectImpl.beforeEntityRemove(Entity entity)
          Notification handler called before an entity row is removed.
protected  void ViewObjectImpl.afterEntityRemove(Entity srow)
          Notification handler called after an entity row is removed.

 

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

 

Classes in oracle.jbo.server.ejb.facade that implement Entity
 class EntityFacadeImpl
          Abstract base class for Entity Facade.

 


Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


 

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