Uses of Interface
org.eclipse.jpt.core.context.orm.OrmManyToManyMapping

Packages that use OrmManyToManyMapping
org.eclipse.jpt.core   
org.eclipse.jpt.core.context.orm   
org.eclipse.jpt.ui   
 

Uses of OrmManyToManyMapping in org.eclipse.jpt.core
 

Methods in org.eclipse.jpt.core that return OrmManyToManyMapping
 OrmManyToManyMapping JpaFactory.buildOrmManyToManyMapping(OrmPersistentAttribute parent)
           
 

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

Methods in org.eclipse.jpt.core.context.orm with parameters of type OrmManyToManyMapping
 void OrmAttributeMapping.initializeFromOrmManyToManyMapping(OrmManyToManyMapping oldMapping)
           
 

Uses of OrmManyToManyMapping in org.eclipse.jpt.ui
 

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