Annotation Type EagerFetchMode


  • @Target({METHOD,FIELD})
    @Retention(RUNTIME)
    public @interface EagerFetchMode
    Determines how to eager-fetch a field.
    Since:
    0.4.0
    Author:
    Abe White
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      FetchMode value  
    • Element Detail

      • value

        FetchMode value
        Default:
        org.apache.openjpa.persistence.jdbc.FetchMode.NONE