Uploaded image for project: 'Commons DbUtils'
  1. Commons DbUtils
  2. DBUTILS-68

Examples on main page are not generic and produce unchecked warning

    XMLWordPrintableJSON

Details

    • Task
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.3
    • None
    • None

    Description

      Check the examples "ResultSetHandler Implementations". It should rather be

      ResultSetHandler<Person> h = new BeanHandler<Person>(Person.class);
      

      and

      ResultSetHandler<List<Person>> h = new BeanListHandler<Person>(Person.class);
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            michael-o Michael Osipov
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: