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

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

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

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

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

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

Subinterfaces of OrmOneToManyMapping in org.eclipse.jpt.jpa.core.jpa2.context.orm
 interface OrmOneToManyMapping2_0
          JPA 2.0 orm.xml 1:m mapping
 

Uses of OrmOneToManyMapping in org.eclipse.jpt.jpa.ui.details.orm
 

Method parameters in org.eclipse.jpt.jpa.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.