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

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

Uses of NamedQueryAnnotation in org.eclipse.jpt.jpa.core
 

Methods in org.eclipse.jpt.jpa.core with parameters of type NamedQueryAnnotation
 JavaNamedQuery JpaFactory.buildJavaNamedQuery(JavaJpaContextNode parent, NamedQueryAnnotation namedQueryAnnotation)
           
 

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

Methods in org.eclipse.jpt.jpa.core.context.java that return NamedQueryAnnotation
 NamedQueryAnnotation JavaNamedQuery.getQueryAnnotation()
           
 

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

Subinterfaces of NamedQueryAnnotation in org.eclipse.jpt.jpa.core.jpa2.resource.java
 interface NamedQuery2_0Annotation
          Corresponds to the JPA 2.0 annotation javax.persistence.NamedQuery
 

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

Subinterfaces of NamedQueryAnnotation in org.eclipse.jpt.jpa.core.resource.java
 interface NestableNamedQueryAnnotation
          Corresponds to the JPA annotation javax.persistence.NamedQuery