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

Packages that use ManyToManyMapping
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 ManyToManyMapping in org.eclipse.jpt.jpa.core.context.java
 

Subinterfaces of ManyToManyMapping in org.eclipse.jpt.jpa.core.context.java
 interface JavaManyToManyMapping
          Java m:m mapping
 

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

Subinterfaces of ManyToManyMapping in org.eclipse.jpt.jpa.core.context.orm
 interface OrmManyToManyMapping
          orm.xml m:m mapping
 

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

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

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

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

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

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