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

Method deleteUser

ch4/UserDao.java:7–7  ·  view source on GitHub ↗
(String id)

Source from the content-addressed store, hash-verified

5public 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;
10 int count() throws Exception;

Callers 1

deleteUserMethod · 0.65

Implementers 1

UserDaoImplch4/UserDaoImpl.java

Calls

no outgoing calls

Tested by 1

deleteUserMethod · 0.52