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

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

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

Methods in org.eclipse.jpt.core.context.orm that return OrmOneToManyMapping
 OrmOneToManyMapping OrmXmlContextNodeFactory.buildOrmOneToManyMapping(OrmPersistentAttribute parent, XmlOneToMany resourceMapping)
           
 

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

Uses of OrmOneToManyMapping in org.eclipse.jpt.core.jpa2.context.orm
 

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

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