Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/castello/spring_basic
/ deleteAll
Method
deleteAll
ch4/UserDao.java:11–11 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
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
insertUser
Method · 0.65
deleteUser
Method · 0.65
selectUser
Method · 0.65
updateUser
Method · 0.65
remove
Method · 0.65
write
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
updateUser
Method · 0.52
remove
Method · 0.52
write
Method · 0.52