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

Method deleteAll

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

Source from the content-addressed store, hash-verified

20 } // T selectOne(String statement)
21
22 @Override
23 public int deleteAll(Integer bno) {
24 return session.delete(namespace+"deleteAll", bno);
25 } // int delete(String statement)
26
27 @Override
28 public int delete(Integer cno, String commenter) throws Exception {

Callers

nothing calls this directly

Calls 1

deleteMethod · 0.65

Tested by

no test coverage detected