| 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 IRUserRole> |
IRUserRole.into(E into)
Copy data into another generated Record/POJO implementing the common interface IRUserRole
|
| Modifier and Type | Method and Description |
|---|---|
default IRUserRole |
IRUserRole.fromJson(io.vertx.core.json.JsonObject json) |
IRUserRole |
IRUserRole.setPriority(Integer value)
Setter for
DB_ETERNAL.R_USER_ROLE.PRIORITY. |
IRUserRole |
IRUserRole.setRoleId(String value)
Setter for
DB_ETERNAL.R_USER_ROLE.ROLE_ID. |
IRUserRole |
IRUserRole.setUserId(String value)
Setter for
DB_ETERNAL.R_USER_ROLE.USER_ID. |
| Modifier and Type | Method and Description |
|---|---|
void |
IRUserRole.from(IRUserRole from)
Load data from another generated Record/POJO implementing the common interface IRUserRole
|
| Modifier and Type | Class and Description |
|---|---|
class |
RUserRole
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends IRUserRole> |
RUserRole.into(E into)
Copy data into another generated Record/POJO implementing the common interface IRUserRole
|
| Modifier and Type | Method and Description |
|---|---|
void |
RUserRole.from(IRUserRole from)
Load data from another generated Record/POJO implementing the common interface IRUserRole
|
| Modifier and Type | Class and Description |
|---|---|
class |
RUserRoleRecord
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends IRUserRole> |
RUserRoleRecord.into(E into)
Copy data into another generated Record/POJO implementing the common interface IRUserRole
|
| Modifier and Type | Method and Description |
|---|---|
void |
RUserRoleRecord.from(IRUserRole from)
Load data from another generated Record/POJO implementing the common interface IRUserRole
|
Copyright © 2020. All rights reserved.