Uses of Interface
org.eclipse.jpt.jpa.core.resource.java.MappedSuperclassAnnotation

Packages that use MappedSuperclassAnnotation
org.eclipse.jpt.jpa.core   
org.eclipse.jpt.jpa.core.context.java   
 

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

Methods in org.eclipse.jpt.jpa.core with parameters of type MappedSuperclassAnnotation
 JavaMappedSuperclass JpaFactory.buildJavaMappedSuperclass(JavaPersistentType parent, MappedSuperclassAnnotation mappedSuperclassAnnotation)
           
 

Uses of MappedSuperclassAnnotation in org.eclipse.jpt.jpa.core.context.java
 

Methods in org.eclipse.jpt.jpa.core.context.java that return MappedSuperclassAnnotation
 MappedSuperclassAnnotation JavaMappedSuperclass.getMappingAnnotation()