Uses of Interface
org.eclipse.jpt.core.context.ManyToManyRelationshipReference

Packages that use ManyToManyRelationshipReference
org.eclipse.jpt.core.context   
org.eclipse.jpt.core.context.java   
org.eclipse.jpt.core.context.orm   
 

Uses of ManyToManyRelationshipReference in org.eclipse.jpt.core.context
 

Methods in org.eclipse.jpt.core.context that return ManyToManyRelationshipReference
 ManyToManyRelationshipReference ManyToManyMapping.getRelationshipReference()
           
 

Uses of ManyToManyRelationshipReference in org.eclipse.jpt.core.context.java
 

Subinterfaces of ManyToManyRelationshipReference in org.eclipse.jpt.core.context.java
 interface JavaManyToManyRelationshipReference
          Represents the RelationshipReference of a JavaManyToManyMapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Uses of ManyToManyRelationshipReference in org.eclipse.jpt.core.context.orm
 

Subinterfaces of ManyToManyRelationshipReference in org.eclipse.jpt.core.context.orm
 interface OrmManyToManyRelationshipReference
          Represents the RelationshipReference of an OrmManyToManyMapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.