| 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 ISView> |
ISView.into(E into)
Copy data into another generated Record/POJO implementing the common interface ISView
|
| Modifier and Type | Method and Description |
|---|---|
default ISView |
ISView.fromJson(io.vertx.core.json.JsonObject json) |
ISView |
ISView.setActive(Boolean value)
Setter for
DB_ETERNAL.S_VIEW.ACTIVE. |
ISView |
ISView.setCreatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.S_VIEW.CREATED_AT. |
ISView |
ISView.setCreatedBy(String value)
Setter for
DB_ETERNAL.S_VIEW.CREATED_BY. |
ISView |
ISView.setCriteria(String value)
Setter for
DB_ETERNAL.S_VIEW.CRITERIA. |
ISView |
ISView.setKey(String value)
Setter for
DB_ETERNAL.S_VIEW.KEY. |
ISView |
ISView.setLanguage(String value)
Setter for
DB_ETERNAL.S_VIEW.LANGUAGE. |
ISView |
ISView.setMetadata(String value)
Setter for
DB_ETERNAL.S_VIEW.METADATA. |
ISView |
ISView.setName(String value)
Setter for
DB_ETERNAL.S_VIEW.NAME. |
ISView |
ISView.setOwner(String value)
Setter for
DB_ETERNAL.S_VIEW.OWNER. |
ISView |
ISView.setOwnerType(String value)
Setter for
DB_ETERNAL.S_VIEW.OWNER_TYPE. |
ISView |
ISView.setProjection(String value)
Setter for
DB_ETERNAL.S_VIEW.PROJECTION. |
ISView |
ISView.setResourceId(String value)
Setter for
DB_ETERNAL.S_VIEW.RESOURCE_ID. |
ISView |
ISView.setRows(String value)
Setter for
DB_ETERNAL.S_VIEW.ROWS. |
ISView |
ISView.setSigma(String value)
Setter for
DB_ETERNAL.S_VIEW.SIGMA. |
ISView |
ISView.setUpdatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.S_VIEW.UPDATED_AT. |
ISView |
ISView.setUpdatedBy(String value)
Setter for
DB_ETERNAL.S_VIEW.UPDATED_BY. |
| Modifier and Type | Method and Description |
|---|---|
void |
ISView.from(ISView from)
Load data from another generated Record/POJO implementing the common interface ISView
|
| Modifier and Type | Class and Description |
|---|---|
class |
SView
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends ISView> |
SView.into(E into)
Copy data into another generated Record/POJO implementing the common interface ISView
|
| Modifier and Type | Method and Description |
|---|---|
void |
SView.from(ISView from)
Load data from another generated Record/POJO implementing the common interface ISView
|
| Modifier and Type | Class and Description |
|---|---|
class |
SViewRecord
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends ISView> |
SViewRecord.into(E into)
Copy data into another generated Record/POJO implementing the common interface ISView
|
| Modifier and Type | Method and Description |
|---|---|
void |
SViewRecord.from(ISView from)
Load data from another generated Record/POJO implementing the common interface ISView
|
Copyright © 2019. All rights reserved.