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


Uses of Class
oracle.jbo.server.AssociationDefImpl

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

 

Uses of AssociationDefImpl in oracle.jbo.server

 

Methods in oracle.jbo.server that return AssociationDefImpl
protected  AssociationDefImpl EntityDefImpl.getAssociationDefImpl(java.lang.String name)
          Returns the AssociationDefImpl (association accessors) given the association name.
protected  AssociationDefImpl EntityDefImpl.getAssociationDefImpl(int index)
          Returns the AssociationDefImpl (association accessors) given an index.
protected  AssociationDefImpl[] EntityDefImpl.getAssociationDefImpls()
          Returns the AssociationDefImpls.
 AssociationDefImpl EntityAssociation.getAccessorByEndName(java.lang.String endName)
          Deprecated. Deprecated since 5.0. Instead, use AssociationDefBase.findEndAccessorByName().
protected static AssociationDefImpl AssociationDefImpl.resolveReference(java.lang.String defName, oracle.jbo.server.TempAssocEndDesc assocEnd)
           
 AssociationDefImpl[] AssociationDefBase.getAccessors()
           
 AssociationDefImpl AssociationDefBase.findEndAccessorByName(java.lang.String endName)
           

 

Methods in oracle.jbo.server with parameters of type AssociationDefImpl
 void EntityAssociation.link(AssociationDefImpl srcAccr, AssociationDefImpl dstAccr)
          Establishes a link between two Entity Objects.
 void EntityAssociation.link(AssociationDefImpl srcAccr, AssociationDefImpl dstAccr)
          Establishes a link between two Entity Objects.

 


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


 

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