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

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

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

Methods in org.eclipse.jpt.jpa.core with parameters of type EntityAnnotation
 JavaEntity JpaFactory.buildJavaEntity(JavaPersistentType parent, EntityAnnotation entityAnnotation)
           
 

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

Methods in org.eclipse.jpt.jpa.core.context.java that return EntityAnnotation
 EntityAnnotation JavaEntity.getMappingAnnotation()