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

Packages that use NestableAnnotation
org.eclipse.jpt.core.resource.java   
org.eclipse.jpt.eclipselink.core.resource.java   
 

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

Classes in org.eclipse.jpt.core.resource.java with type parameters of type NestableAnnotation
 interface AnnotationContainer<T extends NestableAnnotation>
          Common behavior for all annotation "containers".
 interface ContainerAnnotation<T extends NestableAnnotation>
          Common behavior for all "container" annotations.
 

Subinterfaces of NestableAnnotation in org.eclipse.jpt.core.resource.java
 interface NestableAssociationOverrideAnnotation
          Corresponds to the JPA annotation javax.persistence.AssociationOverride Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface NestableAttributeOverrideAnnotation
          Corresponds to the JPA annotation javax.persistence.AttributeOverride Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface NestableColumnAnnotation
          Corresponds to the JPA annotation javax.persistence.Column Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface NestableJoinColumnAnnotation
          Corresponds to the JPA annotation javax.persistence.JoinColumn Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface NestableNamedNativeQueryAnnotation
          Corresponds to the JPA annotation javax.persistence.NamedNativeQuery Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface NestableNamedQueryAnnotation
          Corresponds to the JPA annotation javax.persistence.NamedQuery Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface NestablePrimaryKeyJoinColumnAnnotation
          Corresponds to the JPA annotation javax.persistence.PrimaryKeyJoinColumn Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface NestableQueryHintAnnotation
          Corresponds to the JPA annotation javax.persistence.QueryHint Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface NestableSecondaryTableAnnotation
          Corresponds to the JPA annotation javax.persistence.SecondaryTable Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface NestableUniqueConstraintAnnotation
          Corresponds to the JPA annotation javax.persistence.UniqueConstraint 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 types with arguments of type NestableAnnotation
 java.util.ListIterator<NestableAnnotation> JavaResourcePersistentMember.supportingAnnotations(java.lang.String nestableAnnotationName, java.lang.String containerAnnotationName)
          Return the specified supporting nested annotations.
 

Methods in org.eclipse.jpt.core.resource.java with parameters of type NestableAnnotation
 void NestableAnnotation.initializeFrom(NestableAnnotation oldAnnotation)
           
 

Uses of NestableAnnotation in org.eclipse.jpt.eclipselink.core.resource.java
 

Subinterfaces of NestableAnnotation in org.eclipse.jpt.eclipselink.core.resource.java
 interface NestableConversionValueAnnotation
          Corresponds to the EclipseLink annotation org.eclipse.persistence.annotations.ConversionValue Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.