Dali Provisional API
Release 3.2

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
 

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
 org.eclipse.jpt.common.utility.iterable.ListIterable<QueryHintAnnotation> QueryAnnotation.getHints()
          Corresponds to the 'hints' element of the *Query annotation.
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.