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

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

Uses of JavaOneToManyMapping in org.eclipse.jpt.core
 

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

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

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

Uses of JavaOneToManyMapping in org.eclipse.jpt.core.jpa2.context.java
 

Subinterfaces of JavaOneToManyMapping in org.eclipse.jpt.core.jpa2.context.java
 interface JavaOneToManyMapping2_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 JavaOneToManyMapping in org.eclipse.jpt.ui.details.java
 

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