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

Method insert

ch4/BoardDao.java:10–10  ·  view source on GitHub ↗
(BoardDto dto)

Source from the content-addressed store, hash-verified

8 BoardDto select(Integer bno) throws Exception;
9 int delete(Integer bno, String writer) throws Exception;
10 int insert(BoardDto dto) throws Exception;
11 int update(BoardDto dto) throws Exception;
12 int increaseViewCnt(Integer bno) throws Exception;
13

Callers 15

deleteMethod · 0.65
insertMethod · 0.65
selectAllMethod · 0.65
selectMethod · 0.65
updateMethod · 0.65
writeMethod · 0.65
writeMethod · 0.65
removeMethod · 0.65
writeMethod · 0.65
insertMethod · 0.65
countTestMethod · 0.65
deleteAllTestMethod · 0.65

Implementers 1

BoardDaoImplch4/BoardDaoImpl.java

Calls

no outgoing calls

Tested by 15

deleteMethod · 0.52
insertMethod · 0.52
selectAllMethod · 0.52
selectMethod · 0.52
updateMethod · 0.52
removeMethod · 0.52
writeMethod · 0.52
countTestMethod · 0.52
deleteAllTestMethod · 0.52
deleteTestMethod · 0.52
insertTestMethod · 0.52
selectAllTestMethod · 0.52