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

Packages that use XmlQueryHint
org.eclipse.jpt.core.context.orm   
org.eclipse.jpt.core.resource.orm   
org.eclipse.jpt.eclipselink.core.resource.orm   
 

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

Methods in org.eclipse.jpt.core.context.orm with parameters of type XmlQueryHint
 OrmQueryHint OrmXmlContextNodeFactory.buildOrmQueryHint(OrmQuery parent, XmlQueryHint resourceQueryhint)
           
 void OrmQueryHint.update(XmlQueryHint resourceQueryHint)
          Update the OrmQueryHint context model object to match the XmlQueryHint resource model object.
 

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

Methods in org.eclipse.jpt.core.resource.orm that return XmlQueryHint
 XmlQueryHint OrmFactory.createXmlQueryHint()
           
 

Methods in org.eclipse.jpt.core.resource.orm that return types with arguments of type XmlQueryHint
 org.eclipse.emf.common.util.EList<XmlQueryHint> XmlNamedNativeQuery.getHints()
          Returns the value of the 'Hints' containment reference list.
 org.eclipse.emf.common.util.EList<XmlQueryHint> XmlNamedQuery.getHints()
          Returns the value of the 'Hints' containment reference list.
 org.eclipse.emf.common.util.EList<XmlQueryHint> XmlQuery.getHints()
          Returns the value of the 'Hints' containment reference list.
 

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

Methods in org.eclipse.jpt.eclipselink.core.resource.orm that return types with arguments of type XmlQueryHint
 org.eclipse.emf.common.util.EList<XmlQueryHint> XmlNamedStoredProcedureQuery.getHints()
          Returns the value of the 'Hints' containment reference list.