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