Class 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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