Uses of Interface
org.eclipse.jpt.jpa.core.context.java.JavaNamedNativeQuery

Packages that use JavaNamedNativeQuery
org.eclipse.jpt.jpa.core   
org.eclipse.jpt.jpa.core.context.java   
 

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

Methods in org.eclipse.jpt.jpa.core that return JavaNamedNativeQuery
 JavaNamedNativeQuery JpaFactory.buildJavaNamedNativeQuery(JavaJpaContextNode parent, NamedNativeQueryAnnotation namedNativeQueryAnnotation)
           
 

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

Methods in org.eclipse.jpt.jpa.core.context.java that return JavaNamedNativeQuery
 JavaNamedNativeQuery JavaQueryContainer.addNamedNativeQuery()
           
 JavaNamedNativeQuery JavaQueryContainer.addNamedNativeQuery(int index)
           
 

Methods in org.eclipse.jpt.jpa.core.context.java that return types with arguments of type JavaNamedNativeQuery
 java.util.ListIterator<JavaNamedNativeQuery> JavaQueryContainer.namedNativeQueries()