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.initialize(QueryHintAnnotation queryHintResource)
           
 void JavaQueryHint.update(QueryHintAnnotation queryHintResource)
          Update the JavaQueryHint context model object to match the QueryHintAnnotation resource model object.
 

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

Subinterfaces of QueryHintAnnotation in org.eclipse.jpt.core.resource.java
 interface NestableQueryHintAnnotation
          Corresponds to the JPA annotation javax.persistence.QueryHint 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 BaseNamedQueryAnnotation.addHint(int index)
          Corresponds to the 'hints' element of the *Query annotation.
 QueryHintAnnotation BaseNamedQueryAnnotation.hintAt(int index)
          Corresponds to the 'hints' element of the *Query annotation.
 

Methods in org.eclipse.jpt.core.resource.java that return types with arguments of type QueryHintAnnotation
 java.util.ListIterator<QueryHintAnnotation> BaseNamedQueryAnnotation.hints()
          Corresponds to the 'hints' element of the *Query annotation.
 

Methods in org.eclipse.jpt.core.resource.java with parameters of type QueryHintAnnotation
 int BaseNamedQueryAnnotation.indexOfHint(QueryHintAnnotation hint)
          Corresponds to the 'hints' element of the *Query annotation.