Package io.micronaut.data.annotation
Annotation Type Join
-
@Retention(RUNTIME) @Target({ANNOTATION_TYPE,TYPE,FIELD,METHOD}) @Repeatable(JoinSpecifications.class) public @interface Join
A @Join defines how a join for a particular association path should be generated.- Since:
- 1.0
- Author:
- graemerocher
-
-
-
type
Join.Type type
- Returns:
- The join type. For JPA this is JOIN FETCH.
- Default:
- io.micronaut.data.annotation.Join.Type.FETCH
-
-