Uses of Interface
org.eclipse.jpt.core.context.java.JavaOneToManyMapping

Packages that use JavaOneToManyMapping
org.eclipse.jpt.core   
org.eclipse.jpt.ui   
 

Uses of JavaOneToManyMapping in org.eclipse.jpt.core
 

Methods in org.eclipse.jpt.core that return JavaOneToManyMapping
 JavaOneToManyMapping JpaFactory.buildJavaOneToManyMapping(JavaPersistentAttribute parent)
           
 

Methods in org.eclipse.jpt.core with parameters of type JavaOneToManyMapping
 XmlOneToMany JpaFactory.buildVirtualXmlOneToMany(OrmTypeMapping ormTypeMapping, JavaOneToManyMapping javaOneToManyMapping)
           
 

Uses of JavaOneToManyMapping in org.eclipse.jpt.ui
 

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