| Package | Description |
|---|---|
| cn.vertxup.rbac.domain.tables.interfaces | |
| cn.vertxup.rbac.domain.tables.pojos | |
| cn.vertxup.rbac.domain.tables.records |
| Modifier and Type | Method and Description |
|---|---|
<E extends IOUser> |
IOUser.into(E into)
Copy data into another generated Record/POJO implementing the common interface IOUser
|
| Modifier and Type | Method and Description |
|---|---|
default IOUser |
IOUser.fromJson(io.vertx.core.json.JsonObject json) |
IOUser |
IOUser.setActive(Boolean value)
Setter for
DB_ETERNAL.O_USER.ACTIVE. |
IOUser |
IOUser.setClientId(String value)
Setter for
DB_ETERNAL.O_USER.CLIENT_ID. |
IOUser |
IOUser.setClientSecret(String value)
Setter for
DB_ETERNAL.O_USER.CLIENT_SECRET. |
IOUser |
IOUser.setCode(String value)
Setter for
DB_ETERNAL.O_USER.CODE. |
IOUser |
IOUser.setGrantType(String value)
Setter for
DB_ETERNAL.O_USER.GRANT_TYPE. |
IOUser |
IOUser.setKey(String value)
Setter for
DB_ETERNAL.O_USER.KEY. |
IOUser |
IOUser.setLanguage(String value)
Setter for
DB_ETERNAL.O_USER.LANGUAGE. |
IOUser |
IOUser.setMetadata(String value)
Setter for
DB_ETERNAL.O_USER.METADATA. |
IOUser |
IOUser.setRedirectUri(String value)
Setter for
DB_ETERNAL.O_USER.REDIRECT_URI. |
IOUser |
IOUser.setScope(String value)
Setter for
DB_ETERNAL.O_USER.SCOPE. |
IOUser |
IOUser.setState(String value)
Setter for
DB_ETERNAL.O_USER.STATE. |
| Modifier and Type | Method and Description |
|---|---|
void |
IOUser.from(IOUser from)
Load data from another generated Record/POJO implementing the common interface IOUser
|
| Modifier and Type | Class and Description |
|---|---|
class |
OUser
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends IOUser> |
OUser.into(E into)
Copy data into another generated Record/POJO implementing the common interface IOUser
|
| Modifier and Type | Method and Description |
|---|---|
void |
OUser.from(IOUser from)
Load data from another generated Record/POJO implementing the common interface IOUser
|
| Modifier and Type | Class and Description |
|---|---|
class |
OUserRecord
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends IOUser> |
OUserRecord.into(E into)
Copy data into another generated Record/POJO implementing the common interface IOUser
|
| Modifier and Type | Method and Description |
|---|---|
void |
OUserRecord.from(IOUser from)
Load data from another generated Record/POJO implementing the common interface IOUser
|
Copyright © 2021. All rights reserved.