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

Packages that use JavaManyToManyMapping
org.eclipse.jpt.core   
org.eclipse.jpt.ui   
 

Uses of JavaManyToManyMapping in org.eclipse.jpt.core
 

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

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

Uses of JavaManyToManyMapping in org.eclipse.jpt.ui
 

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