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

Packages that use JavaResourceAnnotatedElement
org.eclipse.jpt.jpa.core.context.java   
org.eclipse.jpt.jpa.core.jpa2.resource.java   
org.eclipse.jpt.jpa.core.resource.java   
 

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

Methods in org.eclipse.jpt.jpa.core.context.java that return JavaResourceAnnotatedElement
 JavaResourceAnnotatedElement JavaQueryContainer.Owner.getResourceAnnotatedElement()
           
 JavaResourceAnnotatedElement JavaGeneratorContainer.Owner.getResourceAnnotatedElement()
           
 

Uses of JavaResourceAnnotatedElement in org.eclipse.jpt.jpa.core.jpa2.resource.java
 

Subinterfaces of JavaResourceAnnotatedElement in org.eclipse.jpt.jpa.core.jpa2.resource.java
 interface JavaResourcePersistentType2_0
          JPA 2.0 Java source code or binary persistent type.
 

Uses of JavaResourceAnnotatedElement in org.eclipse.jpt.jpa.core.resource.java
 

Subinterfaces of JavaResourceAnnotatedElement in org.eclipse.jpt.jpa.core.resource.java
 interface JavaResourcePackage
           
 interface JavaResourcePersistentAttribute
          Java source code or binary persistent attribute (field or property) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaResourcePersistentMember
          Java source code or binary persistent member.
 interface JavaResourcePersistentType
          Java source code or binary persistent type.
 

Methods in org.eclipse.jpt.jpa.core.resource.java with parameters of type JavaResourceAnnotatedElement
 Annotation AnnotationDefinition.buildAnnotation(JavaResourceAnnotatedElement parent, AnnotatedElement annotatedElement)
          Build and return an annotation for the specified annotated element.
 Annotation AnnotationDefinition.buildAnnotation(JavaResourceAnnotatedElement parent, org.eclipse.jdt.core.IAnnotation jdtAnnotation)
          Build and return an annotation for the specified JDT annotation on the specified annotated element.
 Annotation AnnotationDefinition.buildNullAnnotation(JavaResourceAnnotatedElement parent)
          Build and return a null annotation for the specified element.