Uses of Interface
org.eclipse.jpt.core.context.java.JavaMappedSuperclass

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

Uses of JavaMappedSuperclass in org.eclipse.jpt.core
 

Methods in org.eclipse.jpt.core that return JavaMappedSuperclass
 JavaMappedSuperclass JpaFactory.buildJavaMappedSuperclass(JavaPersistentType parent)
           
 

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

Methods in org.eclipse.jpt.core.context.orm that return JavaMappedSuperclass
 JavaMappedSuperclass OrmMappedSuperclass.getJavaMappedSuperclass()
          Return the Java Mapped Superclass this ORM MappedSuperclass corresponds to.
 

Uses of JavaMappedSuperclass in org.eclipse.jpt.eclipselink.core.context.java
 

Subinterfaces of JavaMappedSuperclass in org.eclipse.jpt.eclipselink.core.context.java
 interface EclipseLinkJavaMappedSuperclass
          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 JavaMappedSuperclass in org.eclipse.jpt.ui
 

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