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

Method deleteAll

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

Source from the content-addressed store, hash-verified

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
19 int searchResultCnt(SearchCondition sc) throws Exception;

Callers

nothing calls this directly

Implementers 1

BoardDaoImplch4/BoardDaoImpl.java

Calls

no outgoing calls

Tested by

no test coverage detected