调用此方法返回用户信息列表 @param connection @return @throws Exception
(Connection connection)
| 26 | * @throws Exception |
| 27 | */ |
| 28 | public List<User> getAllUsers(Connection connection) throws Exception; |
| 29 | |
| 30 | |
| 31 |
nothing calls this directly
no outgoing calls
no test coverage detected