Uses of Interface
org.eclipse.jpt.jpa.core.context.orm.OrmNamedNativeQuery

Packages that use OrmNamedNativeQuery
org.eclipse.jpt.jpa.core.context.orm   
 

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

Methods in org.eclipse.jpt.jpa.core.context.orm that return OrmNamedNativeQuery
 OrmNamedNativeQuery OrmQueryContainer.addNamedNativeQuery()
           
 OrmNamedNativeQuery OrmQueryContainer.addNamedNativeQuery(int index)
           
 OrmNamedNativeQuery OrmXmlContextNodeFactory.buildOrmNamedNativeQuery(XmlContextNode parent, XmlNamedNativeQuery resourceNamedQuery)
           
 

Methods in org.eclipse.jpt.jpa.core.context.orm that return types with arguments of type OrmNamedNativeQuery
 java.util.ListIterator<OrmNamedNativeQuery> OrmQueryContainer.namedNativeQueries()