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

Packages that use OverrideAnnotation
org.eclipse.jpt.core.context.java   
org.eclipse.jpt.core.jpa2.resource.java   
org.eclipse.jpt.core.resource.java   
 

Uses of OverrideAnnotation in org.eclipse.jpt.core.context.java
 

Methods in org.eclipse.jpt.core.context.java that return OverrideAnnotation
 OverrideAnnotation JavaOverride.getOverrideAnnotation()
           
 

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

Subinterfaces of OverrideAnnotation in org.eclipse.jpt.core.jpa2.resource.java
 interface AssociationOverride2_0Annotation
          Corresponds to the JPA 2.0 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.
 

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

Subinterfaces of OverrideAnnotation in org.eclipse.jpt.core.resource.java
 interface AssociationOverrideAnnotation
          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 AttributeOverrideAnnotation
          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 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.