MyBatis之ResultSetHandler

ResultSetHandler 會負責映射select語句查詢獲得的結果集,web public interface ResultSetHandler { //生成對應的結果對象集合 <E> List<E> handleResultSets(Statement stmt) throws SQLException; //生成對應的遊標對象 <E> Cursor<E> handleCur
相關文章
相關標籤/搜索