MCPcopy Create free account
hub / github.com/EthanWang-cn/JavaWeb_Mall / getAllUsers

Method getAllUsers

src/main/java/smbms/dao/user/UserDao.java:28–28  ·  view source on GitHub ↗

调用此方法返回用户信息列表 @param connection @return @throws Exception

(Connection connection)

Source from the content-addressed store, hash-verified

26 * @throws Exception
27 */
28 public List<User> getAllUsers(Connection connection) throws Exception;
29
30
31

Callers

nothing calls this directly

Implementers 1

UserDaoImplsrc/main/java/smbms/dao/user/UserDaoIm

Calls

no outgoing calls

Tested by

no test coverage detected