Annotation Type FetchSize

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      int value
      Sets the fetch size to be used.
    • Element Detail

      • value

        int value
        Sets the fetch size to be used.

        The usual disclaimers for setting the fetch size apply:

        • it's just a hint
        • the driver may ignore it
        • the driver may round it to a value more convenient
        Returns:
        the number of rows to fetch in one round trip