Package io.micronaut.data.annotation
Annotation Type Indexes
-
@Documented @Retention(RUNTIME) @Target(TYPE) @Inherited public @interface Indexes
A @Join defines how a join for a particular association path should be generated.- Since:
- 2.4
- Author:
- Davide Pugliese
-
-
Element Detail
-
value
Index[] value
- Returns:
- A group of indexes
- Default:
- {}
-
-