Class DefaultResultSetHandler

  • All Implemented Interfaces:
    ResultSetHandler

    public class DefaultResultSetHandler
    extends java.lang.Object
    implements ResultSetHandler
    Author:
    Clinton Begin, Eduardo Macarron, Iwao AVE!, Kazuki Shimizu
    • Method Detail

      • handleOutputParameters

        public void handleOutputParameters​(java.sql.CallableStatement cs)
                                    throws java.sql.SQLException
        Specified by:
        handleOutputParameters in interface ResultSetHandler
        Throws:
        java.sql.SQLException
      • handleResultSets

        public java.util.List<java.lang.Object> handleResultSets​(java.sql.Statement stmt)
                                                          throws java.sql.SQLException
        Specified by:
        handleResultSets in interface ResultSetHandler
        Throws:
        java.sql.SQLException
      • handleCursorResultSets

        public <E> Cursor<E> handleCursorResultSets​(java.sql.Statement stmt)
                                             throws java.sql.SQLException
        Specified by:
        handleCursorResultSets in interface ResultSetHandler
        Throws:
        java.sql.SQLException
      • checkResultHandler

        protected void checkResultHandler()
      • resolveDiscriminatedResultMap

        public ResultMap resolveDiscriminatedResultMap​(java.sql.ResultSet rs,
                                                       ResultMap resultMap,
                                                       java.lang.String columnPrefix)
                                                throws java.sql.SQLException
        Throws:
        java.sql.SQLException