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