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

Method selectPage

ch4/BoardDao.java:14–14  ·  view source on GitHub ↗
(Map map)

Source from the content-addressed store, hash-verified

12 int increaseViewCnt(Integer bno) throws Exception;
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;

Callers 2

getPageMethod · 0.65
selectPageTestMethod · 0.65

Implementers 1

BoardDaoImplch4/BoardDaoImpl.java

Calls

no outgoing calls

Tested by 1

selectPageTestMethod · 0.52