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()
          Internal: Applications should not use this method.
 

Methods in oracle.jbo.server with parameters of type EntityAssociation
protected  void EntityDefImpl.addEntityAssociation(EntityAssociation assoc)
          Internal: Applications should not use this method.
 


Business Components