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

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

Uses of JavaMappedSuperclass in org.eclipse.jpt.jpa.core
 

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

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

Methods in org.eclipse.jpt.jpa.core.context.orm that return JavaMappedSuperclass
 JavaMappedSuperclass OrmMappedSuperclass.getJavaTypeMapping()
           
 JavaMappedSuperclass OrmMappedSuperclass.getJavaTypeMappingForDefaults()
           
 

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

Subinterfaces of JavaMappedSuperclass in org.eclipse.jpt.jpa.eclipselink.core.context.java
 interface JavaEclipseLinkMappedSuperclass
          EclipseLink Java mapped superclass
 

Uses of JavaMappedSuperclass in org.eclipse.jpt.jpa.ui.details.java
 

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