| Package | Description |
|---|---|
| cn.vertxup.rbac.domain | |
| cn.vertxup.rbac.domain.tables | |
| cn.vertxup.rbac.domain.tables.records |
| Modifier and Type | Field and Description |
|---|---|
static org.jooq.UniqueKey<RRolePermRecord> |
Keys.KEY_R_ROLE_PERM_PRIMARY |
| Modifier and Type | Field and Description |
|---|---|
org.jooq.TableField<RRolePermRecord,String> |
RRolePerm.PERM_ID
The column
DB_ETERNAL.R_ROLE_PERM.PERM_ID. |
org.jooq.TableField<RRolePermRecord,String> |
RRolePerm.ROLE_ID
The column
DB_ETERNAL.R_ROLE_PERM.ROLE_ID. |
| Modifier and Type | Method and Description |
|---|---|
List<org.jooq.UniqueKey<RRolePermRecord>> |
RRolePerm.getKeys() |
org.jooq.UniqueKey<RRolePermRecord> |
RRolePerm.getPrimaryKey() |
Class<RRolePermRecord> |
RRolePerm.getRecordType()
The class holding records for this type
|
| Modifier and Type | Method and Description |
|---|---|
RRolePermRecord |
RRolePermRecord.setPermId(String value)
Setter for
DB_ETERNAL.R_ROLE_PERM.PERM_ID. |
RRolePermRecord |
RRolePermRecord.setRoleId(String value)
Setter for
DB_ETERNAL.R_ROLE_PERM.ROLE_ID. |
RRolePermRecord |
RRolePermRecord.value1(String value) |
RRolePermRecord |
RRolePermRecord.value2(String value) |
RRolePermRecord |
RRolePermRecord.values(String value1,
String value2) |
Copyright © 2021. All rights reserved.