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