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   
org.eclipse.jpt.eclipselink.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
 OrmNamedNativeQuery OrmXmlContextNodeFactory.buildOrmNamedNativeQuery(XmlContextNode parent, XmlNamedNativeQuery resourceNamedQuery)
           
 void OrmNamedNativeQuery.update(XmlNamedNativeQuery resourceQuery)
          Update the OrmNamedNativeQuery context model object to match the XmlNamedNativeQuery resource model object.
 

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.
 org.eclipse.emf.common.util.EList<XmlNamedNativeQuery> XmlQueryContainer.getNamedNativeQueries()
          Returns the value of the 'Named Native Queries' containment reference list.
 

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

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