Dali Provisional API
Release 3.2

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   
org.eclipse.jpt.jpa.core.context.orm   
 

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

Methods in org.eclipse.jpt.jpa.core that return JavaNamedNativeQuery
 JavaNamedNativeQuery JpaFactory.buildJavaNamedNativeQuery(JavaQueryContainer 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
 org.eclipse.jpt.common.utility.iterable.ListIterable<JavaNamedNativeQuery> JavaQueryContainer.getNamedNativeQueries()
           
 

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

Methods in org.eclipse.jpt.jpa.core.context.orm with parameters of type JavaNamedNativeQuery
 void OrmNamedNativeQuery.convertFrom(JavaNamedNativeQuery javaQuery)
          Build up a mapping file query from the given Java query
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.