Uses of Interface
org.eclipse.jpt.core.resource.java.Annotation

Packages that use Annotation
org.eclipse.jpt.core   
org.eclipse.jpt.core.resource.java   
 

Uses of Annotation in org.eclipse.jpt.core
 

Methods in org.eclipse.jpt.core that return Annotation
 Annotation JpaAnnotationProvider.buildAttributeMappingAnnotation(JavaResourcePersistentAttribute parent, Attribute attribute, java.lang.String annotationName)
          Build an attribute mapping annotation with the specified name.
 Annotation JpaAnnotationProvider.buildAttributeSupportingAnnotation(JavaResourcePersistentAttribute parent, Attribute attribute, java.lang.String annotationName)
          Build an attribute supporting annotation with the specified name.
 Annotation JpaAnnotationProvider.buildNullAttributeMappingAnnotation(JavaResourcePersistentAttribute parent, Attribute attribute, java.lang.String annotationName)
          Build a null attribute mapping annotation with the specified name.
 Annotation JpaAnnotationProvider.buildNullAttributeSupportingAnnotation(JavaResourcePersistentAttribute parent, Attribute attribute, java.lang.String annotationName)
          Build a null attribute supporting annotation with the specified name.
 Annotation JpaAnnotationProvider.buildNullTypeMappingAnnotation(JavaResourcePersistentType parent, Type type, java.lang.String annotationName)
          Build a null type mapping annotation with the specified name.
 Annotation JpaAnnotationProvider.buildNullTypeSupportingAnnotation(JavaResourcePersistentType parent, Type type, java.lang.String annotationName)
          Build a null type supporting annotation with the specified name.
 Annotation JpaAnnotationProvider.buildTypeMappingAnnotation(JavaResourcePersistentType parent, Type type, java.lang.String annotationName)
          Build a type mapping annotation with the specified name.
 Annotation JpaAnnotationProvider.buildTypeSupportingAnnotation(JavaResourcePersistentType parent, Type type, java.lang.String annotationName)
          Build a type supporting annotation with the specified name.
 

Uses of Annotation in org.eclipse.jpt.core.resource.java
 

Subinterfaces of Annotation in org.eclipse.jpt.core.resource.java
 interface AssociationOverridesAnnotation
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface AttributeOverridesAnnotation
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface ContainerAnnotation<T extends NestableAnnotation>
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JoinColumnsAnnotation
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface NamedNativeQueriesAnnotation
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface NamedQueriesAnnotation
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface NestableAnnotation
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface NestableAssociationOverride
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface NestableAttributeOverride
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface NestableJoinColumn
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface NestableNamedNativeQuery
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface NestableNamedQuery
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface NestablePrimaryKeyJoinColumn
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface NestableQueryHint
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface NestableSecondaryTable
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface NestableUniqueConstraint
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface PrimaryKeyJoinColumnsAnnotation
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface SecondaryTablesAnnotation
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Methods in org.eclipse.jpt.core.resource.java that return Annotation
 Annotation AnnotationDefinition.buildAnnotation(JavaResourcePersistentMember parent, Member member)
          Build and return an Annotation given the Member
 Annotation AnnotationDefinition.buildNullAnnotation(JavaResourcePersistentMember parent, Member member)
           
 

Methods in org.eclipse.jpt.core.resource.java that return types with arguments of type Annotation
 java.util.Iterator<Annotation> JavaResourcePersistentMember.mappingAnnotations()
          Return the member's mapping annotations.
 java.util.Iterator<Annotation> JavaResourcePersistentMember.supportingAnnotations()
          Return the member's supporting annotations.