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

Method searchSelectPage

ch4/BoardDao.java:20–20  ·  view source on GitHub ↗
(SearchCondition sc)

Source from the content-addressed store, hash-verified

18
19 int searchResultCnt(SearchCondition sc) throws Exception;
20 List<BoardDto> searchSelectPage(SearchCondition sc) throws Exception;
21}

Callers 1

getSearchResultPageMethod · 0.65

Implementers 1

BoardDaoImplch4/BoardDaoImpl.java

Calls

no outgoing calls

Tested by

no test coverage detected