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

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

Uses of QueryHintAnnotation in org.eclipse.jpt.jpa.core
 

Methods in org.eclipse.jpt.jpa.core with parameters of type QueryHintAnnotation
 JavaQueryHint JpaFactory.buildJavaQueryHint(JavaQuery parent, QueryHintAnnotation queryHintAnnotation)
           
 

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

Methods in org.eclipse.jpt.jpa.core.context.java that return QueryHintAnnotation
 QueryHintAnnotation JavaQueryHint.getQueryHintAnnotation()
           
 

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

Subinterfaces of QueryHintAnnotation in org.eclipse.jpt.jpa.core.resource.java
 interface NestableQueryHintAnnotation
          Corresponds to the JPA annotation javax.persistence.QueryHint
 

Methods in org.eclipse.jpt.jpa.core.resource.java that return QueryHintAnnotation
 QueryHintAnnotation QueryAnnotation.addHint(int index)
          Corresponds to the 'hints' element of the *Query annotation.
 QueryHintAnnotation QueryAnnotation.hintAt(int index)
          Corresponds to the 'hints' element of the *Query annotation.
 

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

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