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

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

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

Methods in org.eclipse.jpt.jpa.core.context.orm that return OrmIdMapping
 OrmIdMapping OrmXmlContextNodeFactory.buildOrmIdMapping(OrmPersistentAttribute parent, XmlId resourceMapping)
           
 

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

Uses of OrmIdMapping in org.eclipse.jpt.jpa.ui.details.orm
 

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