Package | Description |
---|---|
at.rseiler.spbee.demo.dao | |
at.rseiler.spbee.demo.entity | |
at.rseiler.spbee.demo.entity.mapper | |
at.rseiler.spbee.demo.mapper | |
at.rseiler.spbee.demo.resultset |
Modifier and Type | Method and Description |
---|---|
User |
UserDaoImpl.getSimpleUserMappingConstructor(int id) |
User |
UserDao.getSimpleUserMappingConstructor(int id) |
User |
UserDaoImpl.getUser(int id) |
User |
UserDao.getUser(int id) |
User |
AbstractUserDaoImpl.getUserPossibleNull(int id) |
abstract User |
AbstractUserDao.getUserPossibleNull(int id) |
User |
AbstractUserDao.userDataSourceDirectly(int id) |
Modifier and Type | Method and Description |
---|---|
List<User> |
UserDaoImpl.getSimpleUsersWithMappingConstructor() |
List<User> |
UserDao.getSimpleUsersWithMappingConstructor() |
List<User> |
AbstractUserDaoImpl.getSimpleUsersWithOwnMapper() |
abstract List<User> |
AbstractUserDao.getSimpleUsersWithOwnMapper() |
Optional<User> |
AbstractUserDaoImpl.getUser(int id) |
abstract Optional<User> |
AbstractUserDao.getUser(int id) |
List<User> |
UserDaoImpl.getUsers() |
List<User> |
UserDao.getUsers() |
List<User> |
AbstractUserDaoImpl.getUsersByIds(Integer[] ids) |
abstract List<User> |
AbstractUserDao.getUsersByIds(Integer[] ids) |
Optional<User> |
AbstractUserDao.getUserWithPermissions(int id) |
Modifier and Type | Method and Description |
---|---|
User |
User.Builder.build() |
Constructor and Description |
---|
Builder(User user) |
Modifier and Type | Method and Description |
---|---|
User |
UserSpGetSimpleUsersMapper.mapRow(ResultSet rs,
int rowNum) |
User |
UserDefaultMapper.mapRow(ResultSet rs,
int rowNum) |
Modifier and Type | Method and Description |
---|---|
User |
SimpleUserMapper.mapRow(ResultSet rs,
int rowNum) |
Modifier and Type | Method and Description |
---|---|
Optional<User> |
UserPermissionsResultSet.getUser() |
Constructor and Description |
---|
UserPermissionsResultSet(Optional<User> user,
List<Permission> permissions) |
Copyright © 2015. All rights reserved.