(BoardDto dto)
| 49 | } // List<E> selectList(String statement, Object parameter) |
| 50 | |
| 51 | @Override |
| 52 | public int update(BoardDto dto) throws Exception { |
| 53 | return session.update(namespace+"update", dto); |
| 54 | } // int update(String statement, Object parameter) |
| 55 | |
| 56 | @Override |
| 57 | public int increaseViewCnt(Integer bno) throws Exception { |