@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 QueryHint
s in combination with the actual named query
declaration.Modifier and Type | Optional Element and Description |
---|---|
boolean |
forCounting
Defines whether the configured
QueryHint s shall be applied for count queries during pagination as well. |
javax.persistence.QueryHint[] |
value
The
QueryHint s to apply when the query will be executed. |
Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.