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

Packages that use OrmEmbeddedMapping
org.eclipse.jpt.core.context.orm   
org.eclipse.jpt.core.jpa2.context.orm   
org.eclipse.jpt.ui.details.orm   
 

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

Methods in org.eclipse.jpt.core.context.orm that return OrmEmbeddedMapping
 OrmEmbeddedMapping OrmXmlContextNodeFactory.buildOrmEmbeddedMapping(OrmPersistentAttribute parent, XmlEmbedded resourceMapping)
           
 

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

Uses of OrmEmbeddedMapping in org.eclipse.jpt.core.jpa2.context.orm
 

Subinterfaces of OrmEmbeddedMapping in org.eclipse.jpt.core.jpa2.context.orm
 interface OrmEmbeddedMapping2_0
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Uses of OrmEmbeddedMapping in org.eclipse.jpt.ui.details.orm
 

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