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