Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/castello/spring_basic
/ count
Method
count
ch4/UserDao.java:10–10 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
int
insertUser(User user) throws Exception;
9
int
updateUser(User user) throws Exception;
10
int
count() throws Exception;
11
void
deleteAll() throws Exception;
12
}
Callers
15
count
Method · 0.65
delete
Method · 0.65
insert
Method · 0.65
selectAll
Method · 0.65
select
Method · 0.65
update
Method · 0.65
getCount
Method · 0.65
insertUser
Method · 0.65
deleteUser
Method · 0.65
selectUser
Method · 0.65
getCount
Method · 0.65
countTest
Method · 0.65
Implementers
1
UserDaoImpl
ch4/UserDaoImpl.java
Calls
no outgoing calls
Tested by
15
count
Method · 0.52
delete
Method · 0.52
insert
Method · 0.52
selectAll
Method · 0.52
select
Method · 0.52
update
Method · 0.52
insertUser
Method · 0.52
deleteUser
Method · 0.52
selectUser
Method · 0.52
countTest
Method · 0.52
deleteAllTest
Method · 0.52
deleteTest
Method · 0.52