Uses of Interface
org.eclipse.jpt.core.context.java.JavaManyToManyMapping

Packages that use JavaManyToManyMapping
org.eclipse.jpt.core   
org.eclipse.jpt.core.context.orm   
org.eclipse.jpt.core.jpa2.context.java   
org.eclipse.jpt.ui.details.java   
 

Uses of JavaManyToManyMapping in org.eclipse.jpt.core
 

Methods in org.eclipse.jpt.core that return JavaManyToManyMapping
 JavaManyToManyMapping JpaFactory.buildJavaManyToManyMapping(JavaPersistentAttribute parent)
           
 

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

Methods in org.eclipse.jpt.core.context.orm with parameters of type JavaManyToManyMapping
 XmlManyToMany OrmXmlContextNodeFactory.buildVirtualXmlManyToMany(OrmTypeMapping ormTypeMapping, JavaManyToManyMapping javaManyToManyMapping)
           
 

Uses of JavaManyToManyMapping in org.eclipse.jpt.core.jpa2.context.java
 

Subinterfaces of JavaManyToManyMapping 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 JavaManyToManyMapping in org.eclipse.jpt.ui.details.java
 

Method parameters in org.eclipse.jpt.ui.details.java with type arguments of type JavaManyToManyMapping
 JpaComposite JavaUiFactory.createJavaManyToManyMappingComposite(PropertyValueModel<JavaManyToManyMapping> subjectHolder, org.eclipse.swt.widgets.Composite parent, WidgetFactory widgetFactory)
          Creates a new JpaComposite used to edit a JavaManyToManyMapping.