Uses of Interface
org.eclipse.jst.j2ee.ejb.Relationships

Packages that use Relationships
org.eclipse.jst.j2ee.ejb This package includes the enterprise bean module model api.  
 

Uses of Relationships in org.eclipse.jst.j2ee.ejb
 

Methods in org.eclipse.jst.j2ee.ejb that return Relationships
 Relationships EJBRelation.getRelationshipList()
           
 Relationships EjbFactory.createRelationships()
           
 Relationships EJBJar.getRelationshipList()
           
 

Methods in org.eclipse.jst.j2ee.ejb with parameters of type Relationships
 void EJBRelation.setRelationshipList(Relationships value)
           
 void EJBJar.setRelationshipList(Relationships value)