Business Components

Uses of Class
oracle.jbo.server.EntityAssociation

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

Uses of EntityAssociation in oracle.jbo.server
 

Methods in oracle.jbo.server that return EntityAssociation
static EntityAssociation EntityAssociation.findEntityAssociation(java.lang.String entityAssocName)
          Finds the named entity association from the statically maintained list of metaobjects.
protected  EntityAssociation[] EntityDefImpl.getEntityAssociations()
          Get the EntityAssociation objects for this Entity.
 

Methods in oracle.jbo.server with parameters of type EntityAssociation
protected  void EntityDefImpl.addEntityAssociation(EntityAssociation assoc)
          Add an EntityAssociation to this Entity.
 


Business Components