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

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

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

Methods in org.eclipse.jpt.core.context that return ManyToOneRelationshipReference
 ManyToOneRelationshipReference ManyToOneMapping.getRelationshipReference()
           
 

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

Subinterfaces of ManyToOneRelationshipReference in org.eclipse.jpt.core.context.java
 interface JavaManyToOneRelationshipReference
           
 

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

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