MCPcopy Index your code
hub / github.com/castello/spring_basic / increaseViewCnt

Method increaseViewCnt

ch4/BoardDaoImpl.java:56–59  ·  view source on GitHub ↗
(Integer bno)

Source from the content-addressed store, hash-verified

54 } // int update(String statement, Object parameter)
55
56 @Override
57 public int increaseViewCnt(Integer bno) throws Exception {
58 return session.update(namespace+"increaseViewCnt", bno);
59 } // int update(String statement, Object parameter)
60
61 @Override
62 public int searchResultCnt(SearchCondition sc) throws Exception {

Callers

nothing calls this directly

Calls 1

updateMethod · 0.65

Tested by

no test coverage detected