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

Method delete

ch4/CommentDaoImpl.java:27–33  ·  view source on GitHub ↗
(Integer cno, String commenter)

Source from the content-addressed store, hash-verified

25 } // int delete(String statement)
26
27 @Override
28 public int delete(Integer cno, String commenter) throws Exception {
29 Map map = new HashMap();
30 map.put("cno", cno);
31 map.put("commenter", commenter);
32 return session.delete(namespace+"delete", map);
33 } // int delete(String statement, Object parameter)
34
35 @Override
36 public int insert(CommentDto dto) throws Exception {

Callers

nothing calls this directly

Calls 1

deleteMethod · 0.65

Tested by

no test coverage detected