Dali Provisional API
Release 3.2

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 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 that return types with arguments of type NamedNativeQuery
 org.eclipse.jpt.common.utility.iterable.ListIterable<? extends NamedNativeQuery> QueryContainer.getNamedNativeQueries()
          Return the container's named native queries.
 Class<NamedNativeQuery> NamedNativeQuery.getQueryType()
           
 

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

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


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.