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

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

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

Methods in org.eclipse.jpt.core.context.orm that return OrmManyToOneMapping
 OrmManyToOneMapping OrmXmlContextNodeFactory.buildOrmManyToOneMapping(OrmPersistentAttribute parent, XmlManyToOne resourceMapping)
           
 

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

Subinterfaces of OrmManyToOneMapping in org.eclipse.jpt.core.jpa2.context.orm
 interface OrmManyToOneMapping2_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 OrmManyToOneMapping in org.eclipse.jpt.ui.details.orm
 

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