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

Packages that use MultiRelationshipMapping
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   
org.eclipse.jpt.jpa.eclipselink.core.context   
org.eclipse.jpt.jpa.eclipselink.core.v2_0.context   
 

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

Subinterfaces of MultiRelationshipMapping in org.eclipse.jpt.jpa.core.context
 interface ManyToManyMapping
          JPA m:m mapping
 interface OneToManyMapping
          JPA 1:m mapping
 

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

Subinterfaces of MultiRelationshipMapping in org.eclipse.jpt.jpa.core.context.java
 interface JavaManyToManyMapping
          Java m:m mapping
 interface JavaMultiRelationshipMapping
          Java multi-valued (1:m, m:m) relationship mapping.
 interface JavaOneToManyMapping
          Java 1:m mapping
 

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

Subinterfaces of MultiRelationshipMapping in org.eclipse.jpt.jpa.core.context.orm
 interface OrmManyToManyMapping
          orm.xml m:m mapping
 interface OrmMultiRelationshipMapping
          orm.xml multi-valued (1:m, m:m) relationship mapping.
 interface OrmOneToManyMapping
          orm.xml 1:m mapping
 

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

Subinterfaces of MultiRelationshipMapping in org.eclipse.jpt.jpa.core.jpa2.context
 interface ManyToManyMapping2_0
          JPA 2.0 m:m mapping
 interface OneToManyMapping2_0
          JPA 2.0 1:m mapping
 

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

Subinterfaces of MultiRelationshipMapping in org.eclipse.jpt.jpa.core.jpa2.context.java
 interface JavaManyToManyMapping2_0
          JPA 2.0 Java m:m mapping
 interface JavaOneToManyMapping2_0
          JPA 2.0 Java 1:m mapping
 

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

Subinterfaces of MultiRelationshipMapping in org.eclipse.jpt.jpa.core.jpa2.context.orm
 interface OrmManyToManyMapping2_0
          JPA 2.0 orm.xml m:m mapping
 interface OrmOneToManyMapping2_0
          JPA 2.0 orm.xml 1:m mapping
 

Uses of MultiRelationshipMapping in org.eclipse.jpt.jpa.eclipselink.core.context
 

Subinterfaces of MultiRelationshipMapping in org.eclipse.jpt.jpa.eclipselink.core.context
 interface EclipseLinkOneToManyMapping
          EclipseLink 1:m mapping
 

Uses of MultiRelationshipMapping in org.eclipse.jpt.jpa.eclipselink.core.v2_0.context
 

Subinterfaces of MultiRelationshipMapping in org.eclipse.jpt.jpa.eclipselink.core.v2_0.context
 interface EclipseLinkOneToManyMapping2_0
          EclipseLink 1:m mapping