| 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 ISRole> |
ISRole.into(E into)
Copy data into another generated Record/POJO implementing the common interface ISRole
|
| Modifier and Type | Method and Description |
|---|---|
default ISRole |
ISRole.fromJson(io.vertx.core.json.JsonObject json) |
ISRole |
ISRole.setActive(Boolean value)
Setter for
DB_ETERNAL.S_ROLE.ACTIVE. |
ISRole |
ISRole.setCategory(String value)
Setter for
DB_ETERNAL.S_ROLE.CATEGORY. |
ISRole |
ISRole.setCode(String value)
Setter for
DB_ETERNAL.S_ROLE.CODE. |
ISRole |
ISRole.setComment(String value)
Setter for
DB_ETERNAL.S_ROLE.COMMENT. |
ISRole |
ISRole.setCreatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.S_ROLE.CREATED_AT. |
ISRole |
ISRole.setCreatedBy(String value)
Setter for
DB_ETERNAL.S_ROLE.CREATED_BY. |
ISRole |
ISRole.setKey(String value)
Setter for
DB_ETERNAL.S_ROLE.KEY. |
ISRole |
ISRole.setLanguage(String value)
Setter for
DB_ETERNAL.S_ROLE.LANGUAGE. |
ISRole |
ISRole.setMetadata(String value)
Setter for
DB_ETERNAL.S_ROLE.METADATA. |
ISRole |
ISRole.setModelId(String value)
Setter for
DB_ETERNAL.S_ROLE.MODEL_ID. |
ISRole |
ISRole.setModelKey(String value)
Setter for
DB_ETERNAL.S_ROLE.MODEL_KEY. |
ISRole |
ISRole.setName(String value)
Setter for
DB_ETERNAL.S_ROLE.NAME. |
ISRole |
ISRole.setPower(Boolean value)
Setter for
DB_ETERNAL.S_ROLE.POWER. |
ISRole |
ISRole.setSigma(String value)
Setter for
DB_ETERNAL.S_ROLE.SIGMA. |
ISRole |
ISRole.setUpdatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.S_ROLE.UPDATED_AT. |
ISRole |
ISRole.setUpdatedBy(String value)
Setter for
DB_ETERNAL.S_ROLE.UPDATED_BY. |
| Modifier and Type | Method and Description |
|---|---|
void |
ISRole.from(ISRole from)
Load data from another generated Record/POJO implementing the common interface ISRole
|
| Modifier and Type | Class and Description |
|---|---|
class |
SRole
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends ISRole> |
SRole.into(E into)
Copy data into another generated Record/POJO implementing the common interface ISRole
|
| Modifier and Type | Method and Description |
|---|---|
void |
SRole.from(ISRole from)
Load data from another generated Record/POJO implementing the common interface ISRole
|
| Modifier and Type | Class and Description |
|---|---|
class |
SRoleRecord
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends ISRole> |
SRoleRecord.into(E into)
Copy data into another generated Record/POJO implementing the common interface ISRole
|
| Modifier and Type | Method and Description |
|---|---|
void |
SRoleRecord.from(ISRole from)
Load data from another generated Record/POJO implementing the common interface ISRole
|
Copyright © 2021. All rights reserved.