(SearchCondition sc)
| 59 | } // int update(String statement, Object parameter) |
| 60 | |
| 61 | @Override |
| 62 | public int searchResultCnt(SearchCondition sc) throws Exception { |
| 63 | System.out.println("sc in searchResultCnt() = " + sc); |
| 64 | System.out.println("session = " + session); |
| 65 | return session.selectOne(namespace+"searchResultCnt", sc); |
| 66 | } // T selectOne(String statement, Object parameter) |
| 67 | |
| 68 | @Override |
| 69 | public List<BoardDto> searchSelectPage(SearchCondition sc) throws Exception { |
nothing calls this directly
no outgoing calls
no test coverage detected