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

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

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

Methods in org.eclipse.jpt.core.context with type parameters of type QueryHint
<T extends QueryHint>
java.util.ListIterator<T>
Query.hints()
          Return a list iterator of the hints.
 

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

Methods in org.eclipse.jpt.core.context with parameters of type QueryHint
 void Query.removeHint(QueryHint queryHint)
          Remove the hint at the index from the query.
 

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

Subinterfaces of QueryHint in org.eclipse.jpt.core.context.java
 interface JavaQueryHint
          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.core.context.orm
 

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