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

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

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

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

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

Subinterfaces of NamedQueryAnnotation 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.