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

Method insert

ch4/BoardDaoImpl.java:33–35  ·  view source on GitHub ↗
(BoardDto dto)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

insertMethod · 0.65

Tested by

no test coverage detected