通过username获取User信息 @param connection @param username @return @throws Exception
(Connection connection, String username)
| 18 | * @throws Exception |
| 19 | */ |
| 20 | public User getUser(Connection connection, String username) throws Exception; |
| 21 | |
| 22 | /** |
| 23 | * 调用此方法返回用户信息列表 |
no outgoing calls
no test coverage detected