Annotation Type Fetch


  • @Target({METHOD,FIELD})
    @Retention(RUNTIME)
    public @interface Fetch
    Define the fetching strategy used for the given association.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      FetchMode value
      The style of fetch to use.
    • Element Detail

      • value

        FetchMode value
        The style of fetch to use.