Business Components

Uses of Class
oracle.jbo.server.AssociationDefImpl

Packages that use.*
PackageDescription
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
TypeName
 AssociationDefImpl[] AssociationDefBase.getAccessors()
           
 AssociationDefImpl AssociationDefBase.findEndAccessorByName(java.lang.String endName)
           
 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)
           
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.
 

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


Business Components