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

Method count

ch4/CommentDaoImpl.java:17–20  ·  view source on GitHub ↗
(Integer bno)

Source from the content-addressed store, hash-verified

15 private static String namespace = "com.fastcampus.ch4.dao.CommentMapper.";
16
17 @Override
18 public int count(Integer bno) throws Exception {
19 return session.selectOne(namespace+"count", bno);
20 } // T selectOne(String statement)
21
22 @Override
23 public int deleteAll(Integer bno) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected