| Package | Description |
|---|---|
| li.rudin.cdi.security.jooq.schema.tables.interfaces | |
| li.rudin.cdi.security.jooq.schema.tables.pojos | |
| li.rudin.cdi.security.jooq.schema.tables.records |
| Modifier and Type | Method and Description |
|---|---|
<E extends IUser> |
IUser.into(E into)
Copy data into another generated Record/POJO implementing the common interface IUser
|
| Modifier and Type | Method and Description |
|---|---|
IUser |
IUser.setHash(String value)
Setter for
PUBLIC.USER.HASH. |
IUser |
IUser.setId(Long value)
Setter for
PUBLIC.USER.ID. |
IUser |
IUser.setName(String value)
Setter for
PUBLIC.USER.NAME. |
IUser |
IUser.setRoles(String value)
Setter for
PUBLIC.USER.ROLES. |
| Modifier and Type | Method and Description |
|---|---|
void |
IUser.from(IUser from)
Load data from another generated Record/POJO implementing the common interface IUser
|
| Modifier and Type | Class and Description |
|---|---|
class |
User
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends IUser> |
User.into(E into)
Copy data into another generated Record/POJO implementing the common interface IUser
|
| Modifier and Type | Method and Description |
|---|---|
void |
User.from(IUser from)
Load data from another generated Record/POJO implementing the common interface IUser
|
| Modifier and Type | Class and Description |
|---|---|
class |
UserRecord
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends IUser> |
UserRecord.into(E into)
Copy data into another generated Record/POJO implementing the common interface IUser
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserRecord.from(IUser from)
Load data from another generated Record/POJO implementing the common interface IUser
|
Copyright © 2014. All Rights Reserved.