(SearchCondition sc)
| 66 | } // T selectOne(String statement, Object parameter) |
| 67 | |
| 68 | @Override |
| 69 | public List<BoardDto> searchSelectPage(SearchCondition sc) throws Exception { |
| 70 | return session.selectList(namespace+"searchSelectPage", sc); |
| 71 | } // List<E> selectList(String statement, Object parameter) |
| 72 | } |
nothing calls this directly
no outgoing calls
no test coverage detected