JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
io.micronaut.data.annotation.repeatable
Annotation Interface QueryHints
@Retention
(
RUNTIME
)
@Target
(
METHOD
)
@Documented
@Inherited
public @interface
QueryHints
Repeatable wrapper for
QueryHint
.
Since:
1.0.0
Author:
graemerocher
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
QueryHint
[]
value
Element Details
value
QueryHint
[]
value
Returns:
The
QueryHint
definitions.