MCPcopy Index your code
hub / github.com/castello/spring_basic / insertUser

Method insertUser

ch4/UserDao.java:8–8  ·  view source on GitHub ↗
(User user)

Source from the content-addressed store, hash-verified

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;
10 int count() throws Exception;
11 void deleteAll() throws Exception;

Callers 4

insertUserMethod · 0.65
deleteUserMethod · 0.65
selectUserMethod · 0.65
updateUserMethod · 0.65

Implementers 1

UserDaoImplch4/UserDaoImpl.java

Calls

no outgoing calls

Tested by 4

insertUserMethod · 0.52
deleteUserMethod · 0.52
selectUserMethod · 0.52
updateUserMethod · 0.52