Business Components 9.0.5

Uses of Class
oracle.jbo.server.AssociationDefImpl

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

Uses of AssociationDefImpl in oracle.jbo.server
 

Methods in oracle.jbo.server that return AssociationDefImpl
 AssociationDefImpl EntityDefImpl.getAssociationDefImpl(java.lang.String name)
          Returns the AssociationDefImpl (association accessors) given the association name.
 AssociationDefImpl EntityDefImpl.getAssociationDefImpl(int index)
          Returns the AssociationDefImpl (association accessors) given an index.
 AssociationDefImpl[] EntityDefImpl.getAssociationDefImpls()
          Returns the AssociationDefImpls.
 AssociationDefImpl EntityAssociation.getAccessorByEndName(java.lang.String endName)
          Deprecated. Deprecated since 5.0. Instead, use AssociationDefBase.findEndAccessorByName().
 AssociationDefImpl AssociationEnd.getAccessor()
           
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.
 

Constructors in oracle.jbo.server with parameters of type AssociationDefImpl
EntityRowSetImpl(ViewObjectImpl vo, AssociationDefImpl assocDesc, java.lang.Object[] paramValues)
          Constructs a EntityRowSetImpl for a ViewRowSetImpl.
 

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

Subclasses of AssociationDefImpl in oracle.jbo.server.ejb.facade
 class CmrAccessorDefImpl
           
 

Constructors in oracle.jbo.server.ejb.facade with parameters of type AssociationDefImpl
CmrAccessorEntRowSet(ViewObjectImpl vo, AssociationDefImpl assocDesc, java.lang.Object[] paramValues, Row masterRow)
           
 


Business Components 9.0.5

 

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