Uploaded image for project: 'iBatis for Java [READ ONLY]'
  1. iBatis for Java [READ ONLY]
  2. IBATIS-757

Add 'void select(String statement, ResultHandler handler)' to org.apache.ibatis.session

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 3.0 Beta 10
    • None
    • Core
    • FC 12 Linux, JDK build 1.6.0_18

    Description

      There are only two select() methods in org.apache.ibatis.session:

      void select(String statement, Object parameter, ResultHandler handler);

      void select(String statement, Object parameter, RowBounds rowBounds, ResultHandler handler);

      Would be nice to add this one for symmetry:

      void select(String statement, ResultHandler handler);

      Attachments

        Activity

          People

            Unassigned Unassigned
            fschiettecatte François Schiettecatte
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: