(Map map)
| 44 | } // T selectOne(String statement, Object parameter) |
| 45 | |
| 46 | @Override |
| 47 | public List<BoardDto> selectPage(Map map) throws Exception { |
| 48 | return session.selectList(namespace+"selectPage", map); |
| 49 | } // List<E> selectList(String statement, Object parameter) |
| 50 | |
| 51 | @Override |
| 52 | public int update(BoardDto dto) throws Exception { |
nothing calls this directly
no outgoing calls
no test coverage detected