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

Packages that use NestableAnnotation
org.eclipse.jpt.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 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.
 

Subinterfaces of NestableAnnotation in org.eclipse.jpt.core.resource.java
 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.
 

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