@Generated(value={"http://www.jooq.org","3.2.0"}, comments="This class is generated by jOOQ") public class RoleDao extends org.jooq.impl.DAOImpl<RoleRecord,Role,Long>
| Constructor and Description |
|---|
RoleDao()
Create a new RoleDao without any configuration
|
RoleDao(org.jooq.Configuration configuration)
Create a new RoleDao with an attached configuration
|
| Modifier and Type | Method and Description |
|---|---|
List<Role> |
fetchById(Long... values)
Fetch records that have
ID IN (values) |
List<Role> |
fetchByName(String... values)
Fetch records that have
NAME IN (values) |
Role |
fetchOneById(Long value)
Fetch a unique record that has
ID = value |
protected Long |
getId(Role object) |
public RoleDao()
public RoleDao(org.jooq.Configuration configuration)
protected Long getId(Role object)
getId in class org.jooq.impl.DAOImpl<RoleRecord,Role,Long>Copyright © 2013. All Rights Reserved.