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

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

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

Methods in org.eclipse.jpt.core.context with type parameters of type NamedNativeQuery
<T extends NamedNativeQuery>
java.util.ListIterator<T>
QueryHolder.namedNativeQueries()
          Return a list iterator of the specified named native queries.
 

Methods in org.eclipse.jpt.core.context that return NamedNativeQuery
 NamedNativeQuery QueryHolder.addNamedNativeQuery(int index)
          Add a named native query to the entity return the object representing it.
 

Methods in org.eclipse.jpt.core.context with parameters of type NamedNativeQuery
 void QueryHolder.removeNamedNativeQuery(NamedNativeQuery namedNativeQuery)
          Remove the named native query at from the entity.
 

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

Subinterfaces of NamedNativeQuery in org.eclipse.jpt.core.context.java
 interface JavaNamedNativeQuery
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

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

Subinterfaces of NamedNativeQuery in org.eclipse.jpt.core.context.orm
 interface OrmNamedNativeQuery
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.