Package io.micronaut.data.model
Class AssociationUtils
- java.lang.Object
-
- io.micronaut.data.model.AssociationUtils
-
@Internal public final class AssociationUtils extends java.lang.Object
Internal association utilities.- Since:
- 1.0.0
- Author:
- graemerocher
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.Set<JoinPath>
getJoinFetchPaths(io.micronaut.core.annotation.AnnotationMetadata annotationMetadata)
Gets the join paths from the annotation metadata.
-
-
-
Method Detail
-
getJoinFetchPaths
public static java.util.Set<JoinPath> getJoinFetchPaths(io.micronaut.core.annotation.AnnotationMetadata annotationMetadata)
Gets the join paths from the annotation metadata.- Parameters:
annotationMetadata
- the annotation metadata- Returns:
- the join paths, if none defined and not of type FETCH then an empty set
-
-