| Package | Description |
|---|---|
| li.rudin.cdi.security.jooq.schema.tables.daos | |
| li.rudin.cdi.security.jooq.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.fetchByHash(String... values)
Fetch records that have
HASH IN (values) |
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.fetchByRoles(String... values)
Fetch records that have
ROLES IN (values) |
| Modifier and Type | Method and Description |
|---|---|
protected Long |
UserDao.getId(User object) |
| Modifier and Type | Method and Description |
|---|---|
User |
User.setHash(String hash) |
User |
User.setId(Long id) |
User |
User.setName(String name) |
User |
User.setRoles(String roles) |
Copyright © 2014. All Rights Reserved.