| 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<SPathRecord> |
Keys.KEY_S_PATH_CODE |
static org.jooq.UniqueKey<SPathRecord> |
Keys.KEY_S_PATH_PRIMARY |
| Modifier and Type | Field and Description |
|---|---|
org.jooq.TableField<SPathRecord,Boolean> |
SPath.ACTIVE
The column
DB_ETERNAL.S_PATH.ACTIVE. |
org.jooq.TableField<SPathRecord,String> |
SPath.CODE
The column
DB_ETERNAL.S_PATH.CODE. |
org.jooq.TableField<SPathRecord,LocalDateTime> |
SPath.CREATED_AT
The column
DB_ETERNAL.S_PATH.CREATED_AT. |
org.jooq.TableField<SPathRecord,String> |
SPath.CREATED_BY
The column
DB_ETERNAL.S_PATH.CREATED_BY. |
org.jooq.TableField<SPathRecord,String> |
SPath.GROUP_COMPONENT
The column
DB_ETERNAL.S_PATH.GROUP_COMPONENT. |
org.jooq.TableField<SPathRecord,String> |
SPath.GROUP_CONDITION
The column
DB_ETERNAL.S_PATH.GROUP_CONDITION. |
org.jooq.TableField<SPathRecord,String> |
SPath.GROUP_CONFIG
The column
DB_ETERNAL.S_PATH.GROUP_CONFIG. |
org.jooq.TableField<SPathRecord,String> |
SPath.GROUP_MAPPING
The column
DB_ETERNAL.S_PATH.GROUP_MAPPING. |
org.jooq.TableField<SPathRecord,String> |
SPath.GROUP_TYPE
The column
DB_ETERNAL.S_PATH.GROUP_TYPE. |
org.jooq.TableField<SPathRecord,String> |
SPath.KEY
The column
DB_ETERNAL.S_PATH.KEY. |
org.jooq.TableField<SPathRecord,String> |
SPath.LANGUAGE
The column
DB_ETERNAL.S_PATH.LANGUAGE. |
org.jooq.TableField<SPathRecord,String> |
SPath.METADATA
The column
DB_ETERNAL.S_PATH.METADATA. |
org.jooq.TableField<SPathRecord,String> |
SPath.NAME
The column
DB_ETERNAL.S_PATH.NAME. |
org.jooq.TableField<SPathRecord,String> |
SPath.SIGMA
The column
DB_ETERNAL.S_PATH.SIGMA. |
org.jooq.TableField<SPathRecord,String> |
SPath.UI_COMPONENT
The column
DB_ETERNAL.S_PATH.UI_COMPONENT. |
org.jooq.TableField<SPathRecord,String> |
SPath.UI_CONDITION
The column
DB_ETERNAL.S_PATH.UI_CONDITION. |
org.jooq.TableField<SPathRecord,String> |
SPath.UI_CONFIG
The column
DB_ETERNAL.S_PATH.UI_CONFIG. |
org.jooq.TableField<SPathRecord,String> |
SPath.UI_TYPE
The column
DB_ETERNAL.S_PATH.UI_TYPE. |
org.jooq.TableField<SPathRecord,LocalDateTime> |
SPath.UPDATED_AT
The column
DB_ETERNAL.S_PATH.UPDATED_AT. |
org.jooq.TableField<SPathRecord,String> |
SPath.UPDATED_BY
The column
DB_ETERNAL.S_PATH.UPDATED_BY. |
| Modifier and Type | Method and Description |
|---|---|
List<org.jooq.UniqueKey<SPathRecord>> |
SPath.getKeys() |
org.jooq.UniqueKey<SPathRecord> |
SPath.getPrimaryKey() |
Class<SPathRecord> |
SPath.getRecordType()
The class holding records for this type
|
| Modifier and Type | Method and Description |
|---|---|
SPathRecord |
SPathRecord.setActive(Boolean value)
Setter for
DB_ETERNAL.S_PATH.ACTIVE. |
SPathRecord |
SPathRecord.setCode(String value)
Setter for
DB_ETERNAL.S_PATH.CODE. |
SPathRecord |
SPathRecord.setCreatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.S_PATH.CREATED_AT. |
SPathRecord |
SPathRecord.setCreatedBy(String value)
Setter for
DB_ETERNAL.S_PATH.CREATED_BY. |
SPathRecord |
SPathRecord.setGroupComponent(String value)
Setter for
DB_ETERNAL.S_PATH.GROUP_COMPONENT. |
SPathRecord |
SPathRecord.setGroupCondition(String value)
Setter for
DB_ETERNAL.S_PATH.GROUP_CONDITION. |
SPathRecord |
SPathRecord.setGroupConfig(String value)
Setter for
DB_ETERNAL.S_PATH.GROUP_CONFIG. |
SPathRecord |
SPathRecord.setGroupMapping(String value)
Setter for
DB_ETERNAL.S_PATH.GROUP_MAPPING. |
SPathRecord |
SPathRecord.setGroupType(String value)
Setter for
DB_ETERNAL.S_PATH.GROUP_TYPE. |
SPathRecord |
SPathRecord.setKey(String value)
Setter for
DB_ETERNAL.S_PATH.KEY. |
SPathRecord |
SPathRecord.setLanguage(String value)
Setter for
DB_ETERNAL.S_PATH.LANGUAGE. |
SPathRecord |
SPathRecord.setMetadata(String value)
Setter for
DB_ETERNAL.S_PATH.METADATA. |
SPathRecord |
SPathRecord.setName(String value)
Setter for
DB_ETERNAL.S_PATH.NAME. |
SPathRecord |
SPathRecord.setSigma(String value)
Setter for
DB_ETERNAL.S_PATH.SIGMA. |
SPathRecord |
SPathRecord.setUiComponent(String value)
Setter for
DB_ETERNAL.S_PATH.UI_COMPONENT. |
SPathRecord |
SPathRecord.setUiCondition(String value)
Setter for
DB_ETERNAL.S_PATH.UI_CONDITION. |
SPathRecord |
SPathRecord.setUiConfig(String value)
Setter for
DB_ETERNAL.S_PATH.UI_CONFIG. |
SPathRecord |
SPathRecord.setUiType(String value)
Setter for
DB_ETERNAL.S_PATH.UI_TYPE. |
SPathRecord |
SPathRecord.setUpdatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.S_PATH.UPDATED_AT. |
SPathRecord |
SPathRecord.setUpdatedBy(String value)
Setter for
DB_ETERNAL.S_PATH.UPDATED_BY. |
SPathRecord |
SPathRecord.value1(String value) |
SPathRecord |
SPathRecord.value10(String value) |
SPathRecord |
SPathRecord.value11(String value) |
SPathRecord |
SPathRecord.value12(String value) |
SPathRecord |
SPathRecord.value13(String value) |
SPathRecord |
SPathRecord.value14(String value) |
SPathRecord |
SPathRecord.value15(Boolean value) |
SPathRecord |
SPathRecord.value16(String value) |
SPathRecord |
SPathRecord.value17(LocalDateTime value) |
SPathRecord |
SPathRecord.value18(String value) |
SPathRecord |
SPathRecord.value19(LocalDateTime value) |
SPathRecord |
SPathRecord.value2(String value) |
SPathRecord |
SPathRecord.value20(String value) |
SPathRecord |
SPathRecord.value3(String value) |
SPathRecord |
SPathRecord.value4(String value) |
SPathRecord |
SPathRecord.value5(String value) |
SPathRecord |
SPathRecord.value6(String value) |
SPathRecord |
SPathRecord.value7(String value) |
SPathRecord |
SPathRecord.value8(String value) |
SPathRecord |
SPathRecord.value9(String value) |
SPathRecord |
SPathRecord.values(String value1,
String value2,
String value3,
String value4,
String value5,
String value6,
String value7,
String value8,
String value9,
String value10,
String value11,
String value12,
String value13,
String value14,
Boolean value15,
String value16,
LocalDateTime value17,
String value18,
LocalDateTime value19,
String value20) |
Copyright © 2021. All rights reserved.