(Integer bno)
| 38 | } // int insert(String statement, Object parameter) |
| 39 | |
| 40 | @Override |
| 41 | public List<CommentDto> selectAll(Integer bno) throws Exception { |
| 42 | return session.selectList(namespace+"selectAll", bno); |
| 43 | } // List<E> selectList(String statement) |
| 44 | |
| 45 | @Override |
| 46 | public CommentDto select(Integer cno) throws Exception { |
nothing calls this directly
no outgoing calls
no test coverage detected