| Package | Description |
|---|---|
| li.rudin.core.security.impl.schema.tables.daos | |
| li.rudin.core.security.impl.schema.tables.pojos |
| Modifier and Type | Method and Description |
|---|---|
User |
UserDao.fetchOneById(Long value)
Fetch a unique record that has
ID = value |
| Modifier and Type | Method and Description |
|---|---|
List<User> |
UserDao.fetchById(Long... values)
Fetch records that have
ID IN (values) |
List<User> |
UserDao.fetchByName(String... values)
Fetch records that have
NAME IN (values) |
List<User> |
UserDao.fetchBySha1(String... values)
Fetch records that have
SHA1 IN (values) |
| Modifier and Type | Method and Description |
|---|---|
protected Long |
UserDao.getId(User object) |
| Modifier and Type | Method and Description |
|---|---|
User |
User.setId(Long id) |
User |
User.setName(String name) |
User |
User.setSha1(String sha1) |
Copyright © 2013. All Rights Reserved.