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

Method update

ch4/CommentDaoImpl.java:50–53  ·  view source on GitHub ↗
(CommentDto dto)

Source from the content-addressed store, hash-verified

48 } // T selectOne(String statement, Object parameter)
49
50 @Override
51 public int update(CommentDto dto) throws Exception {
52 return session.update(namespace+"update", dto);
53 } // int update(String statement, Object parameter)
54}

Callers

nothing calls this directly

Calls 1

updateMethod · 0.65

Tested by

no test coverage detected