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

Method selectAll

ch4/BoardDao.java:15–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13
14 List<BoardDto> selectPage(Map map) throws Exception;
15 List<BoardDto> selectAll() throws Exception;
16 int deleteAll() throws Exception;
17 int count() throws Exception;
18

Callers 12

selectAllMethod · 0.65
selectMethod · 0.65
updateMethod · 0.65
getListMethod · 0.65
getListMethod · 0.65
removeMethod · 0.65
writeMethod · 0.65
deleteTestMethod · 0.65
selectAllTestMethod · 0.65
selectTestMethod · 0.65
updateTestMethod · 0.65
increaseViewCntTestMethod · 0.65

Implementers 1

BoardDaoImplch4/BoardDaoImpl.java

Calls

no outgoing calls

Tested by 10

selectAllMethod · 0.52
selectMethod · 0.52
updateMethod · 0.52
removeMethod · 0.52
writeMethod · 0.52
deleteTestMethod · 0.52
selectAllTestMethod · 0.52
selectTestMethod · 0.52
updateTestMethod · 0.52
increaseViewCntTestMethod · 0.52