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

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

Uses of XmlQueryHint in org.eclipse.jpt.core
 

Methods in org.eclipse.jpt.core with parameters of type XmlQueryHint
 OrmQueryHint JpaFactory.buildOrmQueryHint(OrmQuery parent, XmlQueryHint resourceQueryhint)
           
 

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

Methods in org.eclipse.jpt.core.context.orm with parameters of type XmlQueryHint
 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.