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

Packages that use AttributeOverrideAnnotation
org.eclipse.jpt.core.context.java   
org.eclipse.jpt.core.resource.java   
 

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

Methods in org.eclipse.jpt.core.context.java that return AttributeOverrideAnnotation
 AttributeOverrideAnnotation JavaAttributeOverride.getOverrideAnnotation()
           
 

Methods in org.eclipse.jpt.core.context.java with parameters of type AttributeOverrideAnnotation
 void JavaAttributeOverride.initialize(AttributeOverrideAnnotation attributeOverride)
           
 void JavaAttributeOverride.update(AttributeOverrideAnnotation attributeOverride)
          Update the JavaAttributeOverride context model object to match the AttributeOverrideAnnotation resource model object.
 

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

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