Uses of Interface
org.eclipse.jpt.jpa.core.context.java.JavaIdMapping

Packages that use JavaIdMapping
org.eclipse.jpt.jpa.core   
org.eclipse.jpt.jpa.ui.details.java   
 

Uses of JavaIdMapping in org.eclipse.jpt.jpa.core
 

Methods in org.eclipse.jpt.jpa.core that return JavaIdMapping
 JavaIdMapping JpaFactory.buildJavaIdMapping(JavaPersistentAttribute parent)
           
 

Methods in org.eclipse.jpt.jpa.core with parameters of type JavaIdMapping
 JavaGeneratedValue JpaFactory.buildJavaGeneratedValue(JavaIdMapping parent, GeneratedValueAnnotation generatedValueAnnotation)
           
 

Uses of JavaIdMapping in org.eclipse.jpt.jpa.ui.details.java
 

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