Uses of Interface
org.eclipse.jpt.jpa.core.context.ManyToOneRelationship

Packages that use ManyToOneRelationship
org.eclipse.jpt.jpa.core.context   
org.eclipse.jpt.jpa.core.context.java   
org.eclipse.jpt.jpa.core.context.orm   
org.eclipse.jpt.jpa.core.jpa2.context   
org.eclipse.jpt.jpa.core.jpa2.context.java   
org.eclipse.jpt.jpa.core.jpa2.context.orm   
 

Uses of ManyToOneRelationship in org.eclipse.jpt.jpa.core.context
 

Methods in org.eclipse.jpt.jpa.core.context that return ManyToOneRelationship
 ManyToOneRelationship ManyToOneMapping.getRelationship()
           
 

Uses of ManyToOneRelationship in org.eclipse.jpt.jpa.core.context.java
 

Subinterfaces of ManyToOneRelationship in org.eclipse.jpt.jpa.core.context.java
 interface JavaManyToOneRelationship
          Java m:1 relationship
 

Uses of ManyToOneRelationship in org.eclipse.jpt.jpa.core.context.orm
 

Subinterfaces of ManyToOneRelationship in org.eclipse.jpt.jpa.core.context.orm
 interface OrmManyToOneRelationship
          orm.xml m:1 relationship
 

Uses of ManyToOneRelationship in org.eclipse.jpt.jpa.core.jpa2.context
 

Subinterfaces of ManyToOneRelationship in org.eclipse.jpt.jpa.core.jpa2.context
 interface ManyToOneRelationship2_0
          JPA 2.0 m:1 relationship (mapped by, join column, join table)
 

Methods in org.eclipse.jpt.jpa.core.jpa2.context that return ManyToOneRelationship
 ManyToOneRelationship ManyToOneMapping2_0.getRelationship()
           
 

Uses of ManyToOneRelationship in org.eclipse.jpt.jpa.core.jpa2.context.java
 

Subinterfaces of ManyToOneRelationship in org.eclipse.jpt.jpa.core.jpa2.context.java
 interface JavaManyToOneRelationship2_0
          JPA 2.0 Java m:1 relationship
 

Uses of ManyToOneRelationship in org.eclipse.jpt.jpa.core.jpa2.context.orm
 

Subinterfaces of ManyToOneRelationship in org.eclipse.jpt.jpa.core.jpa2.context.orm
 interface OrmManyToOneRelationship2_0
          JPA 2.0 orm.xml m:1 relationship