MCPcopy Create free account
hub / github.com/castello/spring_basic / searchResultCnt

Method searchResultCnt

ch4/BoardDaoImpl.java:61–66  ·  view source on GitHub ↗
(SearchCondition sc)

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected