| Package | Description |
|---|---|
| cn.vertxup.domain.tables.interfaces | |
| cn.vertxup.domain.tables.pojos | |
| cn.vertxup.domain.tables.records |
| Modifier and Type | Method and Description |
|---|---|
<E extends IRResourceMatrix> |
IRResourceMatrix.into(E into)
Copy data into another generated Record/POJO implementing the common interface IRResourceMatrix
|
| Modifier and Type | Method and Description |
|---|---|
default IRResourceMatrix |
IRResourceMatrix.fromJson(io.vertx.core.json.JsonObject json) |
IRResourceMatrix |
IRResourceMatrix.setKey(String value)
Setter for
DB_RBAC.R_RESOURCE_MATRIX.KEY. |
IRResourceMatrix |
IRResourceMatrix.setModeProjection(String value)
Setter for
DB_RBAC.R_RESOURCE_MATRIX.MODE_PROJECTION. |
IRResourceMatrix |
IRResourceMatrix.setModeQuery(String value)
Setter for
DB_RBAC.R_RESOURCE_MATRIX.MODE_QUERY. |
IRResourceMatrix |
IRResourceMatrix.setProjection(String value)
Setter for
DB_RBAC.R_RESOURCE_MATRIX.PROJECTION. |
IRResourceMatrix |
IRResourceMatrix.setQuery(String value)
Setter for
DB_RBAC.R_RESOURCE_MATRIX.QUERY. |
IRResourceMatrix |
IRResourceMatrix.setResourceId(String value)
Setter for
DB_RBAC.R_RESOURCE_MATRIX.RESOURCE_ID. |
IRResourceMatrix |
IRResourceMatrix.setSigma(String value)
Setter for
DB_RBAC.R_RESOURCE_MATRIX.SIGMA. |
IRResourceMatrix |
IRResourceMatrix.setUserId(String value)
Setter for
DB_RBAC.R_RESOURCE_MATRIX.USER_ID. |
| Modifier and Type | Method and Description |
|---|---|
void |
IRResourceMatrix.from(IRResourceMatrix from)
Load data from another generated Record/POJO implementing the common interface IRResourceMatrix
|
| Modifier and Type | Class and Description |
|---|---|
class |
RResourceMatrix
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends IRResourceMatrix> |
RResourceMatrix.into(E into)
Copy data into another generated Record/POJO implementing the common interface IRResourceMatrix
|
| Modifier and Type | Method and Description |
|---|---|
void |
RResourceMatrix.from(IRResourceMatrix from)
Load data from another generated Record/POJO implementing the common interface IRResourceMatrix
|
| Modifier and Type | Class and Description |
|---|---|
class |
RResourceMatrixRecord
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends IRResourceMatrix> |
RResourceMatrixRecord.into(E into)
Copy data into another generated Record/POJO implementing the common interface IRResourceMatrix
|
| Modifier and Type | Method and Description |
|---|---|
void |
RResourceMatrixRecord.from(IRResourceMatrix from)
Load data from another generated Record/POJO implementing the common interface IRResourceMatrix
|
Copyright © 2019. All rights reserved.