Uses of Interface
org.eclipse.jpt.core.context.Embeddable

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

Uses of Embeddable in org.eclipse.jpt.core.context.java
 

Subinterfaces of Embeddable in org.eclipse.jpt.core.context.java
 interface JavaEmbeddable
          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 Embeddable in org.eclipse.jpt.core.context.orm
 

Subinterfaces of Embeddable in org.eclipse.jpt.core.context.orm
 interface OrmEmbeddable
          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 Embeddable in org.eclipse.jpt.ui
 

Methods in org.eclipse.jpt.ui that return types with arguments of type Embeddable
 JpaComposite<Embeddable> JpaUiFactory.createEmbeddableComposite(PropertyValueModel<Embeddable> subjectHolder, org.eclipse.swt.widgets.Composite parent, WidgetFactory widgetFactory)
          Creates a new JpaComposite used to edit an Embeddable.
 

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