public abstract class AbstractUserDao extends Object
Modifier and Type | Method and Description |
---|---|
abstract List<User> |
getSimpleUsersWithOwnMapper() |
abstract Optional<User> |
getUser(int id) |
abstract User |
getUserPossibleNull(int id) |
abstract List<User> |
getUsersByIds(Integer[] ids) |
Optional<User> |
getUserWithPermissions(int id) |
User |
userDataSourceDirectly(int id) |
Copyright © 2015. All rights reserved.