Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/castello/spring_basic
/ getSearchResultPage
Method
getSearchResultPage
ch4/BoardServiceImpl.java:58–61 ·
view source on GitHub ↗
(SearchCondition sc)
Source
from the content-addressed store, hash-verified
56
}
57
58
@Override
59
public
List<BoardDto> getSearchResultPage(SearchCondition sc) throws Exception {
60
return
boardDao.searchSelectPage(sc);
61
}
62
}
Callers
nothing calls this directly
Calls
1
searchSelectPage
Method · 0.65
Tested by
no test coverage detected