Annotation Type BatchSize


  • @Target({TYPE,METHOD,FIELD})
    @Retention(RUNTIME)
    public @interface BatchSize
    Defines size for batch loading of collections or lazy entities. For example...
    {@code
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      int size
      Strictly positive integer.
    • Element Detail

      • size

        int size
        Strictly positive integer.