(Integer bno)
| 40 | } // List<E> selectList(String statement) |
| 41 | |
| 42 | public BoardDto select(Integer bno) throws Exception { |
| 43 | return session.selectOne(namespace + "select", bno); |
| 44 | } // T selectOne(String statement, Object parameter) |
| 45 | |
| 46 | @Override |
| 47 | public List<BoardDto> selectPage(Map map) throws Exception { |
nothing calls this directly
no outgoing calls
no test coverage detected