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

Packages that use JavaManyToOneMapping
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 JavaManyToOneMapping in org.eclipse.jpt.core
 

Methods in org.eclipse.jpt.core that return JavaManyToOneMapping
 JavaManyToOneMapping JpaFactory.buildJavaManyToOneMapping(JavaPersistentAttribute parent)
           
 

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

Methods in org.eclipse.jpt.core.context.orm with parameters of type JavaManyToOneMapping
 XmlManyToOne OrmXmlContextNodeFactory.buildVirtualXmlManyToOne(OrmTypeMapping ormTypeMapping, JavaManyToOneMapping javaManyToOneMapping)
           
 

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

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

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