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   
 

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.initialize(XmlQueryHint queryHint)
           
 void OrmQueryHint.update(XmlQueryHint queryHint)
           
 

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.