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

Method count

ch4/UserDao.java:10–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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 15

countMethod · 0.65
deleteMethod · 0.65
insertMethod · 0.65
selectAllMethod · 0.65
selectMethod · 0.65
updateMethod · 0.65
getCountMethod · 0.65
insertUserMethod · 0.65
deleteUserMethod · 0.65
selectUserMethod · 0.65
getCountMethod · 0.65
countTestMethod · 0.65

Implementers 1

UserDaoImplch4/UserDaoImpl.java

Calls

no outgoing calls

Tested by 15

countMethod · 0.52
deleteMethod · 0.52
insertMethod · 0.52
selectAllMethod · 0.52
selectMethod · 0.52
updateMethod · 0.52
insertUserMethod · 0.52
deleteUserMethod · 0.52
selectUserMethod · 0.52
countTestMethod · 0.52
deleteAllTestMethod · 0.52
deleteTestMethod · 0.52