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