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