(Integer bno)
| 15 | private static String namespace = "com.fastcampus.ch4.dao.CommentMapper."; |
| 16 | |
| 17 | @Override |
| 18 | public int count(Integer bno) throws Exception { |
| 19 | return session.selectOne(namespace+"count", bno); |
| 20 | } // T selectOne(String statement) |
| 21 | |
| 22 | @Override |
| 23 | public int deleteAll(Integer bno) { |
nothing calls this directly
no outgoing calls
no test coverage detected