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

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

Uses of JavaNamedNativeQuery in org.eclipse.jpt.core
 

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

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

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

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