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

Method count

ch4/BoardDaoImpl.java:16–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected