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

Method updateUser

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

Source from the content-addressed store, hash-verified

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;
12}

Callers 1

updateUserMethod · 0.65

Implementers 1

UserDaoImplch4/UserDaoImpl.java

Calls

no outgoing calls

Tested by 1

updateUserMethod · 0.52