Class PageJdbcHelper.IntoJdbc2

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      <E> PageResult<E> fetchInto(Class<E> claz)
      <E> PageResult<E> fetchInto(Class<E> claz, Array<WingsConverter<out Object, out Object>> converters)
      <E> PageResult<E> fetchInto(RowMapper<E> mapper)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait