| Package | Description |
|---|---|
| cn.vertxup.domain | |
| cn.vertxup.domain.tables | |
| cn.vertxup.domain.tables.records |
| Modifier and Type | Field and Description |
|---|---|
static org.jooq.UniqueKey<RUserRoleRecord> |
Keys.KEY_R_USER_ROLE_PRIMARY |
| Modifier and Type | Field and Description |
|---|---|
org.jooq.TableField<RUserRoleRecord,Integer> |
RUserRole.PRIORITY
The column
DB_RBAC.R_USER_ROLE.PRIORITY. |
org.jooq.TableField<RUserRoleRecord,String> |
RUserRole.ROLE_ID
The column
DB_RBAC.R_USER_ROLE.ROLE_ID. |
org.jooq.TableField<RUserRoleRecord,String> |
RUserRole.USER_ID
The column
DB_RBAC.R_USER_ROLE.USER_ID. |
| Modifier and Type | Method and Description |
|---|---|
List<org.jooq.UniqueKey<RUserRoleRecord>> |
RUserRole.getKeys() |
org.jooq.UniqueKey<RUserRoleRecord> |
RUserRole.getPrimaryKey() |
Class<RUserRoleRecord> |
RUserRole.getRecordType()
The class holding records for this type
|
| Modifier and Type | Method and Description |
|---|---|
RUserRoleRecord |
RUserRoleRecord.setPriority(Integer value)
Setter for
DB_RBAC.R_USER_ROLE.PRIORITY. |
RUserRoleRecord |
RUserRoleRecord.setRoleId(String value)
Setter for
DB_RBAC.R_USER_ROLE.ROLE_ID. |
RUserRoleRecord |
RUserRoleRecord.setUserId(String value)
Setter for
DB_RBAC.R_USER_ROLE.USER_ID. |
RUserRoleRecord |
RUserRoleRecord.value1(String value) |
RUserRoleRecord |
RUserRoleRecord.value2(String value) |
RUserRoleRecord |
RUserRoleRecord.value3(Integer value) |
RUserRoleRecord |
RUserRoleRecord.values(String value1,
String value2,
Integer value3) |
Copyright © 2019. All rights reserved.