Annotation Type FetchProfile


  • @Target({TYPE,PACKAGE})
    @Retention(RUNTIME)
    @Repeatable(FetchProfiles.class)
    public @interface FetchProfile
    Define the fetching strategy profile.
    • Element Detail

      • name

        java.lang.String name
        The name of the fetch profile.