Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/castello/spring_basic
/ getSearchResultPage
Method
getSearchResultPage
ch4/BoardService.java:17–17 ·
view source on GitHub ↗
(SearchCondition sc)
Source
from the content-addressed store, hash-verified
15
16
int
getSearchResultCnt(SearchCondition sc) throws Exception;
17
List<BoardDto> getSearchResultPage(SearchCondition sc) throws Exception;
18
}
Callers
1
list
Method · 0.65
Implementers
1
BoardServiceImpl
ch4/BoardServiceImpl.java
Calls
no outgoing calls
Tested by
no test coverage detected