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

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

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)
           
 

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

Methods in org.eclipse.jpt.core.context.orm with parameters of type JavaIdMapping
 XmlId OrmXmlContextNodeFactory.buildVirtualXmlId(OrmTypeMapping ormTypeMapping, JavaIdMapping javaIdMapping)
           
 

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

Method parameters in org.eclipse.jpt.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.