@Target(value={METHOD,ANNOTATION_TYPE}) @Retention(value=RUNTIME) @Documented public @interface QueryHints
QueryHint annotations to be bound to methods. It will be evaluated when using
Query on a query method or if you derive the query from the method name. If you rely on named queries either
use the XML or annotation based way to declare QueryHints in combination with the actual named query
declaration.| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
forCounting
Defines whether the configured
QueryHints shall be applied for count queries during pagination as well. |
javax.persistence.QueryHint[] |
value
The
QueryHints to apply when the query will be executed. |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.