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

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

Uses of OrmManyToOneMapping in org.eclipse.jpt.core
 

Methods in org.eclipse.jpt.core that return OrmManyToOneMapping
 OrmManyToOneMapping JpaFactory.buildOrmManyToOneMapping(OrmPersistentAttribute parent)
           
 

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

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

Uses of OrmManyToOneMapping in org.eclipse.jpt.ui
 

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