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

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

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

Subinterfaces of NestableAnnotation in org.eclipse.jpt.core.jpa2.resource.java
 interface NamedQuery2_0Annotation
          Corresponds to the JPA 2.0 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 NestableMapKeyJoinColumnAnnotation
          Corresponds to the JPA annotation javax.persistence.MapKeyJoinColumn Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

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 NamedQueryAnnotation
          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 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 NestableJoinTableAnnotation
          Corresponds to the JPA annotation javax.persistence.JoinTable 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 NestableAnnotation
 NestableAnnotation JavaResourcePersistentMember.addAnnotation(int index, java.lang.String nestableAnnotationName, java.lang.String containerAnnotationName)
          Add a new nestable annotation with the specified name.
 

Methods in org.eclipse.jpt.core.resource.java that return types with arguments of type NestableAnnotation
 java.util.Iterator<NestableAnnotation> JavaResourcePersistentMember.annotations(java.lang.String nestableAnnotationName, java.lang.String containerAnnotationName)
          Return the nestable annotations with the specified name in the order that they appear.
 

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 NestableEclipseLinkConversionValueAnnotation
          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.