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