Uses of Interface
org.eclipse.jpt.core.context.orm.OrmIdMapping

Packages that use OrmIdMapping
org.eclipse.jpt.core   
org.eclipse.jpt.core.context.orm   
org.eclipse.jpt.ui   
 

Uses of OrmIdMapping in org.eclipse.jpt.core
 

Methods in org.eclipse.jpt.core that return OrmIdMapping
 OrmIdMapping JpaFactory.buildOrmIdMapping(OrmPersistentAttribute parent, XmlId resourceMapping)
           
 

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

Methods in org.eclipse.jpt.core.context.orm with parameters of type OrmIdMapping
 void OrmAttributeMapping.initializeFromOrmIdMapping(OrmIdMapping oldMapping)
           
 

Uses of OrmIdMapping in org.eclipse.jpt.ui
 

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