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

Method count

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

Source from the content-addressed store, hash-verified

15 List<BoardDto> selectAll() throws Exception;
16 int deleteAll() throws Exception;
17 int count() throws Exception;
18
19 int searchResultCnt(SearchCondition sc) throws Exception;
20 List<BoardDto> searchSelectPage(SearchCondition sc) throws Exception;

Callers

nothing calls this directly

Implementers 1

BoardDaoImplch4/BoardDaoImpl.java

Calls

no outgoing calls

Tested by

no test coverage detected