Package io.micronaut.data.annotation
Annotation Interface 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
-
Nested Class Summary
-
Required Element Summary
-
Optional Element Summary