| 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 ISResource> |
ISResource.into(E into)
Copy data into another generated Record/POJO implementing the common interface ISResource
|
| Modifier and Type | Method and Description |
|---|---|
default ISResource |
ISResource.fromJson(io.vertx.core.json.JsonObject json) |
ISResource |
ISResource.setActive(Boolean value)
Setter for
DB_ETERNAL.S_RESOURCE.ACTIVE. |
ISResource |
ISResource.setCategory(String value)
Setter for
DB_ETERNAL.S_RESOURCE.CATEGORY. |
ISResource |
ISResource.setCode(String value)
Setter for
DB_ETERNAL.S_RESOURCE.CODE. |
ISResource |
ISResource.setComment(String value)
Setter for
DB_ETERNAL.S_RESOURCE.COMMENT. |
ISResource |
ISResource.setCreatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.S_RESOURCE.CREATED_AT. |
ISResource |
ISResource.setCreatedBy(String value)
Setter for
DB_ETERNAL.S_RESOURCE.CREATED_BY. |
ISResource |
ISResource.setIdentifier(String value)
Setter for
DB_ETERNAL.S_RESOURCE.IDENTIFIER. |
ISResource |
ISResource.setKey(String value)
Setter for
DB_ETERNAL.S_RESOURCE.KEY. |
ISResource |
ISResource.setLanguage(String value)
Setter for
DB_ETERNAL.S_RESOURCE.LANGUAGE. |
ISResource |
ISResource.setLevel(Integer value)
Setter for
DB_ETERNAL.S_RESOURCE.LEVEL. |
ISResource |
ISResource.setMetadata(String value)
Setter for
DB_ETERNAL.S_RESOURCE.METADATA. |
ISResource |
ISResource.setModeGroup(String value)
Setter for
DB_ETERNAL.S_RESOURCE.MODE_GROUP. |
ISResource |
ISResource.setModeRole(String value)
Setter for
DB_ETERNAL.S_RESOURCE.MODE_ROLE. |
ISResource |
ISResource.setModeTree(String value)
Setter for
DB_ETERNAL.S_RESOURCE.MODE_TREE. |
ISResource |
ISResource.setName(String value)
Setter for
DB_ETERNAL.S_RESOURCE.NAME. |
ISResource |
ISResource.setSeekComponent(String value)
Setter for
DB_ETERNAL.S_RESOURCE.SEEK_COMPONENT. |
ISResource |
ISResource.setSeekConfig(String value)
Setter for
DB_ETERNAL.S_RESOURCE.SEEK_CONFIG. |
ISResource |
ISResource.setSeekSyntax(String value)
Setter for
DB_ETERNAL.S_RESOURCE.SEEK_SYNTAX. |
ISResource |
ISResource.setSigma(String value)
Setter for
DB_ETERNAL.S_RESOURCE.SIGMA. |
ISResource |
ISResource.setType(String value)
Setter for
DB_ETERNAL.S_RESOURCE.TYPE. |
ISResource |
ISResource.setUpdatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.S_RESOURCE.UPDATED_AT. |
ISResource |
ISResource.setUpdatedBy(String value)
Setter for
DB_ETERNAL.S_RESOURCE.UPDATED_BY. |
ISResource |
ISResource.setVirtual(Boolean value)
Setter for
DB_ETERNAL.S_RESOURCE.VIRTUAL. |
| Modifier and Type | Method and Description |
|---|---|
void |
ISResource.from(ISResource from)
Load data from another generated Record/POJO implementing the common interface ISResource
|
| Modifier and Type | Class and Description |
|---|---|
class |
SResource
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends ISResource> |
SResource.into(E into)
Copy data into another generated Record/POJO implementing the common interface ISResource
|
| Modifier and Type | Method and Description |
|---|---|
void |
SResource.from(ISResource from)
Load data from another generated Record/POJO implementing the common interface ISResource
|
| Modifier and Type | Class and Description |
|---|---|
class |
SResourceRecord
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends ISResource> |
SResourceRecord.into(E into)
Copy data into another generated Record/POJO implementing the common interface ISResource
|
| Modifier and Type | Method and Description |
|---|---|
void |
SResourceRecord.from(ISResource from)
Load data from another generated Record/POJO implementing the common interface ISResource
|
Copyright © 2020. All rights reserved.