Class BeanListHandler<T>

    • Constructor Detail

      • BeanListHandler

        public BeanListHandler​(Class<? extends T> type)
        Creates a new instance of BeanListHandler.
        Parameters:
        type - The Class that objects returned from handle() are created from.
      • BeanListHandler

        public BeanListHandler​(Class<? extends T> type,
                               RowProcessor convert)
        Creates a new instance of BeanListHandler.
        Parameters:
        type - The Class that objects returned from handle() are created from.
        convert - The RowProcessor implementation to use when converting rows into beans.