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

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

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

Methods in org.eclipse.jpt.core.context.orm that return OrmManyToManyMapping
 OrmManyToManyMapping OrmXmlContextNodeFactory.buildOrmManyToManyMapping(OrmPersistentAttribute parent, XmlManyToMany resourceMapping)
           
 

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.core.jpa2.context.orm
 

Subinterfaces of OrmManyToManyMapping 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.
 

Uses of OrmManyToManyMapping in org.eclipse.jpt.ui.details.orm
 

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