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

Method insert

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

Source from the content-addressed store, hash-verified

33 } // int delete(String statement, Object parameter)
34
35 @Override
36 public int insert(CommentDto dto) throws Exception {
37 return session.insert(namespace+"insert", dto);
38 } // int insert(String statement, Object parameter)
39
40 @Override
41 public List<CommentDto> selectAll(Integer bno) throws Exception {

Callers

nothing calls this directly

Calls 1

insertMethod · 0.65

Tested by

no test coverage detected