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

Packages that use AnnotationDefinition
org.eclipse.jpt.jpa.core   
 

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

Methods in org.eclipse.jpt.jpa.core that return types with arguments of type AnnotationDefinition
 java.lang.Iterable<AnnotationDefinition> JpaAnnotationDefinitionProvider.getAttributeAnnotationDefinitions()
          Return all annotation definitions which can appear on an attribute
 java.lang.Iterable<AnnotationDefinition> JpaAnnotationDefinitionProvider.getPackageAnnotationDefinitions()
          Return all annotation definitions which can appear on a package.
 java.lang.Iterable<AnnotationDefinition> JpaAnnotationDefinitionProvider.getTypeAnnotationDefinitions()
          Return all annotation definitions which can appear on a type
 java.lang.Iterable<AnnotationDefinition> JpaAnnotationDefinitionProvider.getTypeMappingAnnotationDefinitions()
          Return all annotation definitions which can appear on a type and are used to determine whether and how the type is persisted (how it is "mapped").