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

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

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

Subinterfaces of ManyToManyMapping in org.eclipse.jpt.core.context.java
 interface JavaManyToManyMapping
          The java representation of a ManyToManyMapping 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 ManyToManyMapping in org.eclipse.jpt.core.context.orm
 

Subinterfaces of ManyToManyMapping in org.eclipse.jpt.core.context.orm
 interface OrmManyToManyMapping
          The orm.xml representation of a ManyToManyMapping 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 ManyToManyMapping in org.eclipse.jpt.core.jpa2.context
 

Subinterfaces of ManyToManyMapping in org.eclipse.jpt.core.jpa2.context
 interface ManyToManyMapping2_0
          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 ManyToManyMapping in org.eclipse.jpt.core.jpa2.context.java
 

Subinterfaces of ManyToManyMapping in org.eclipse.jpt.core.jpa2.context.java
 interface JavaManyToManyMapping2_0
          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 ManyToManyMapping in org.eclipse.jpt.core.jpa2.context.orm
 

Subinterfaces of ManyToManyMapping in org.eclipse.jpt.core.jpa2.context.orm
 interface OrmManyToManyMapping2_0
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.