Uses of Interface
org.eclipse.jpt.core.resource.java.QueryHintAnnotation

Packages that use QueryHintAnnotation
org.eclipse.jpt.core.context.java   
org.eclipse.jpt.core.resource.java   
 

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

Methods in org.eclipse.jpt.core.context.java with parameters of type QueryHintAnnotation
 void JavaQueryHint.initializeFromResource(QueryHintAnnotation queryHint)
           
 void JavaQueryHint.update(QueryHintAnnotation queryHint)
           
 

Uses of QueryHintAnnotation in org.eclipse.jpt.core.resource.java
 

Subinterfaces of QueryHintAnnotation in org.eclipse.jpt.core.resource.java
 interface NestableQueryHint
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Methods in org.eclipse.jpt.core.resource.java that return QueryHintAnnotation
 QueryHintAnnotation QueryAnnotation.addHint(int index)
           
 QueryHintAnnotation QueryAnnotation.hintAt(int index)
           
 

Methods in org.eclipse.jpt.core.resource.java that return types with arguments of type QueryHintAnnotation
 java.util.ListIterator<QueryHintAnnotation> QueryAnnotation.hints()
           
 

Methods in org.eclipse.jpt.core.resource.java with parameters of type QueryHintAnnotation
 int QueryAnnotation.indexOfHint(QueryHintAnnotation hint)