Uses of Interface
org.eclipse.jpt.jpa.core.context.NamedNativeQuery

Packages that use NamedNativeQuery
org.eclipse.jpt.jpa.core.context   
org.eclipse.jpt.jpa.core.context.java   
org.eclipse.jpt.jpa.core.context.orm   
 

Uses of NamedNativeQuery in org.eclipse.jpt.jpa.core.context
 

Methods in org.eclipse.jpt.jpa.core.context with type parameters of type NamedNativeQuery
<T extends NamedNativeQuery>
java.util.ListIterator<T>
QueryContainer.namedNativeQueries()
          Return the container's named native queries.
 

Methods in org.eclipse.jpt.jpa.core.context that return NamedNativeQuery
 NamedNativeQuery QueryContainer.addNamedNativeQuery()
          Add a new named native query to the container and return it.
 NamedNativeQuery QueryContainer.addNamedNativeQuery(int index)
          Add a new named native query to the container at the specified index and return it.
 

Methods in org.eclipse.jpt.jpa.core.context with parameters of type NamedNativeQuery
 void QueryContainer.removeNamedNativeQuery(NamedNativeQuery namedNativeQuery)
          Remove the specified named native query from the container.
 

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

Subinterfaces of NamedNativeQuery in org.eclipse.jpt.jpa.core.context.java
 interface JavaNamedNativeQuery
          Java named native query
 

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

Subinterfaces of NamedNativeQuery in org.eclipse.jpt.jpa.core.context.orm
 interface OrmNamedNativeQuery
          orm.xml named native query