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