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

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

Uses of JavaIdMapping in org.eclipse.jpt.core
 

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

Methods in org.eclipse.jpt.core with parameters of type JavaIdMapping
 JavaGeneratedValue JpaFactory.buildJavaGeneratedValue(JavaIdMapping parent)
           
 XmlId JpaFactory.buildVirtualXmlId(OrmTypeMapping ormTypeMapping, JavaIdMapping javaIdMapping)
           
 

Uses of JavaIdMapping in org.eclipse.jpt.ui
 

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