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

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

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

Methods in org.eclipse.jpt.jpa.core with parameters of type NamedNativeQueryAnnotation
 JavaNamedNativeQuery JpaFactory.buildJavaNamedNativeQuery(JavaJpaContextNode parent, NamedNativeQueryAnnotation namedNativeQueryAnnotation)
           
 

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

Methods in org.eclipse.jpt.jpa.core.context.java that return NamedNativeQueryAnnotation
 NamedNativeQueryAnnotation JavaNamedNativeQuery.getQueryAnnotation()
           
 

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

Subinterfaces of NamedNativeQueryAnnotation in org.eclipse.jpt.jpa.core.resource.java
 interface NestableNamedNativeQueryAnnotation
          Corresponds to the JPA annotation javax.persistence.NamedNativeQuery