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