Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/castello/spring_basic
/ selectUser
Method
selectUser
ch4/UserDao.java:6–6 ·
view source on GitHub ↗
(String id)
Source
from the content-addressed store, hash-verified
4
5
public
interface
UserDao {
6
User selectUser(String id) throws Exception;
7
int
deleteUser(String id) throws Exception;
8
int
insertUser(User user) throws Exception;
9
int
updateUser(User user) throws Exception;
Callers
5
loginCheck
Method · 0.65
insertUser
Method · 0.65
deleteUser
Method · 0.65
selectUser
Method · 0.65
updateUser
Method · 0.65
Implementers
1
UserDaoImpl
ch4/UserDaoImpl.java
Calls
no outgoing calls
Tested by
4
insertUser
Method · 0.52
deleteUser
Method · 0.52
selectUser
Method · 0.52
updateUser
Method · 0.52