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

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

Uses of OrmNamedNativeQuery in org.eclipse.jpt.core
 

Methods in org.eclipse.jpt.core that return OrmNamedNativeQuery
 OrmNamedNativeQuery JpaFactory.buildOrmNamedNativeQuery(OrmJpaContextNode parent)
           
 

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

Methods in org.eclipse.jpt.core.context.orm that return OrmNamedNativeQuery
 OrmNamedNativeQuery EntityMappings.addNamedNativeQuery(int index)
           
 OrmNamedNativeQuery OrmEntity.addNamedNativeQuery(int index)
           
 

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