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.buildAttributeAnnotation(JavaResourcePersistentAttribute parent, Attribute attribute, java.lang.String annotationName)
          Build an Annotation with the given fully qualififed annotation name.
 Annotation JpaAnnotationProvider.buildAttributeMappingAnnotation(JavaResourcePersistentAttribute parent, Attribute attribute, java.lang.String mappingAnnotationName)
          Build a Annotation with the given fully qualififed annotation name.
 Annotation JpaAnnotationProvider.buildNullAttributeAnnotation(JavaResourcePersistentAttribute parent, Attribute attribute, java.lang.String annotationName)
           
 Annotation JpaAnnotationProvider.buildNullAttributeMappingAnnotation(JavaResourcePersistentAttribute parent, Attribute attribute, java.lang.String mappingAnnotationName)
           
 Annotation JpaAnnotationProvider.buildNullTypeAnnotation(JavaResourcePersistentType parent, Type type, java.lang.String annotationName)
           
 Annotation JpaAnnotationProvider.buildNullTypeMappingAnnotation(JavaResourcePersistentType parent, Type type, java.lang.String mappingAnnotationName)
           
 Annotation JpaAnnotationProvider.buildTypeAnnotation(JavaResourcePersistentType parent, Type type, java.lang.String annotationName)
          Build an Annotation with the given fully qualififed annotation name.
 Annotation JpaAnnotationProvider.buildTypeMappingAnnotation(JavaResourcePersistentType parent, Type type, java.lang.String mappingAnnotationName)
          Build an Annotation with the given fully qualififed annotation 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 PrimaryKeyJoinColumns
          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)