Uses of Class
org.eclipse.jpt.core.resource.orm.XmlNamedNativeQuery

Packages that use XmlNamedNativeQuery
org.eclipse.jpt.core.context.orm   
org.eclipse.jpt.core.resource.orm   
 

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

Methods in org.eclipse.jpt.core.context.orm with parameters of type XmlNamedNativeQuery
 void OrmNamedNativeQuery.initialize(XmlNamedNativeQuery queryResource)
           
 void OrmNamedNativeQuery.update(XmlNamedNativeQuery queryResource)
           
 

Uses of XmlNamedNativeQuery in org.eclipse.jpt.core.resource.orm
 

Methods in org.eclipse.jpt.core.resource.orm that return XmlNamedNativeQuery
 XmlNamedNativeQuery OrmFactory.createXmlNamedNativeQuery()
           
 

Methods in org.eclipse.jpt.core.resource.orm that return types with arguments of type XmlNamedNativeQuery
 org.eclipse.emf.common.util.EList<XmlNamedNativeQuery> XmlEntity.getNamedNativeQueries()
          Returns the value of the 'Named Native Queries' containment reference list.
 org.eclipse.emf.common.util.EList<XmlNamedNativeQuery> XmlEntityMappings.getNamedNativeQueries()
          Returns the value of the 'Named Native Queries' containment reference list.