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

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

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

Methods in org.eclipse.jpt.jpa.core.context.orm that return OrmEmbeddedIdMapping
 OrmEmbeddedIdMapping OrmXmlContextNodeFactory.buildOrmEmbeddedIdMapping(OrmPersistentAttribute parent, XmlEmbeddedId resourceMapping)
           
 

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

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

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