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

Method getUser

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

通过username获取User信息 @param connection @param username @return @throws Exception

(Connection connection, String username)

Source from the content-addressed store, hash-verified

18 * @throws Exception
19 */
20 public User getUser(Connection connection, String username) throws Exception;
21
22 /**
23 * 调用此方法返回用户信息列表

Callers 1

loginMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by

no test coverage detected