Dali Provisional API
Release 3.2

Uses of Interface
org.eclipse.jpt.jpa.core.context.QueryHint

Packages that use QueryHint
org.eclipse.jpt.jpa.core.context   
org.eclipse.jpt.jpa.core.context.java   
org.eclipse.jpt.jpa.core.context.orm   
 

Uses of QueryHint in org.eclipse.jpt.jpa.core.context
 

Methods in org.eclipse.jpt.jpa.core.context that return QueryHint
 QueryHint Query.addHint()
          Add a hint to the query and return the object representing it.
 QueryHint Query.addHint(int index)
          Add a hint to the query and return the object representing it.
 QueryHint Query.getHint(int i)
           
 

Methods in org.eclipse.jpt.jpa.core.context that return types with arguments of type QueryHint
 org.eclipse.jpt.common.utility.iterable.ListIterable<? extends QueryHint> Query.getHints()
          Return the query's hints.
 

Methods in org.eclipse.jpt.jpa.core.context with parameters of type QueryHint
 boolean QueryHint.isEquivalentTo(QueryHint queryHint)
          Return whether this query hint is equivalent to the specified query hint.
 void Query.removeHint(QueryHint queryHint)
          Remove the hint at the index from the query.
 

Uses of QueryHint in org.eclipse.jpt.jpa.core.context.java
 

Subinterfaces of QueryHint in org.eclipse.jpt.jpa.core.context.java
 interface JavaQueryHint
          Java query hint Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Uses of QueryHint in org.eclipse.jpt.jpa.core.context.orm
 

Subinterfaces of QueryHint in org.eclipse.jpt.jpa.core.context.orm
 interface OrmQueryHint
          orm.xml query hint Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.