| Package | Description |
|---|---|
| cn.vertxup.atom.domain | |
| cn.vertxup.atom.domain.tables | |
| cn.vertxup.atom.domain.tables.records |
| Modifier and Type | Field and Description |
|---|---|
static org.jooq.UniqueKey<MKeyRecord> |
Keys.KEY_M_KEY_NAME |
static org.jooq.UniqueKey<MKeyRecord> |
Keys.KEY_M_KEY_PRIMARY |
| Modifier and Type | Field and Description |
|---|---|
org.jooq.TableField<MKeyRecord,Boolean> |
MKey.ACTIVE
The column
DB_ETERNAL.M_KEY.ACTIVE. |
org.jooq.TableField<MKeyRecord,String> |
MKey.COLUMNS
The column
DB_ETERNAL.M_KEY.COLUMNS. |
org.jooq.TableField<MKeyRecord,String> |
MKey.COMMENTS
The column
DB_ETERNAL.M_KEY.COMMENTS. |
org.jooq.TableField<MKeyRecord,LocalDateTime> |
MKey.CREATED_AT
The column
DB_ETERNAL.M_KEY.CREATED_AT. |
org.jooq.TableField<MKeyRecord,String> |
MKey.CREATED_BY
The column
DB_ETERNAL.M_KEY.CREATED_BY. |
org.jooq.TableField<MKeyRecord,String> |
MKey.ENTITY_ID
The column
DB_ETERNAL.M_KEY.ENTITY_ID. |
org.jooq.TableField<MKeyRecord,String> |
MKey.KEY
The column
DB_ETERNAL.M_KEY.KEY. |
org.jooq.TableField<MKeyRecord,String> |
MKey.LANGUAGE
The column
DB_ETERNAL.M_KEY.LANGUAGE. |
org.jooq.TableField<MKeyRecord,String> |
MKey.METADATA
The column
DB_ETERNAL.M_KEY.METADATA. |
org.jooq.TableField<MKeyRecord,String> |
MKey.NAME
The column
DB_ETERNAL.M_KEY.NAME. |
org.jooq.TableField<MKeyRecord,String> |
MKey.SIGMA
The column
DB_ETERNAL.M_KEY.SIGMA. |
org.jooq.TableField<MKeyRecord,String> |
MKey.TYPE
The column
DB_ETERNAL.M_KEY.TYPE. |
org.jooq.TableField<MKeyRecord,LocalDateTime> |
MKey.UPDATED_AT
The column
DB_ETERNAL.M_KEY.UPDATED_AT. |
org.jooq.TableField<MKeyRecord,String> |
MKey.UPDATED_BY
The column
DB_ETERNAL.M_KEY.UPDATED_BY. |
| Modifier and Type | Method and Description |
|---|---|
List<org.jooq.UniqueKey<MKeyRecord>> |
MKey.getKeys() |
org.jooq.UniqueKey<MKeyRecord> |
MKey.getPrimaryKey() |
Class<MKeyRecord> |
MKey.getRecordType()
The class holding records for this type
|
| Modifier and Type | Method and Description |
|---|---|
MKeyRecord |
MKeyRecord.setActive(Boolean value)
Setter for
DB_ETERNAL.M_KEY.ACTIVE. |
MKeyRecord |
MKeyRecord.setColumns(String value)
Setter for
DB_ETERNAL.M_KEY.COLUMNS. |
MKeyRecord |
MKeyRecord.setComments(String value)
Setter for
DB_ETERNAL.M_KEY.COMMENTS. |
MKeyRecord |
MKeyRecord.setCreatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.M_KEY.CREATED_AT. |
MKeyRecord |
MKeyRecord.setCreatedBy(String value)
Setter for
DB_ETERNAL.M_KEY.CREATED_BY. |
MKeyRecord |
MKeyRecord.setEntityId(String value)
Setter for
DB_ETERNAL.M_KEY.ENTITY_ID. |
MKeyRecord |
MKeyRecord.setKey(String value)
Setter for
DB_ETERNAL.M_KEY.KEY. |
MKeyRecord |
MKeyRecord.setLanguage(String value)
Setter for
DB_ETERNAL.M_KEY.LANGUAGE. |
MKeyRecord |
MKeyRecord.setMetadata(String value)
Setter for
DB_ETERNAL.M_KEY.METADATA. |
MKeyRecord |
MKeyRecord.setName(String value)
Setter for
DB_ETERNAL.M_KEY.NAME. |
MKeyRecord |
MKeyRecord.setSigma(String value)
Setter for
DB_ETERNAL.M_KEY.SIGMA. |
MKeyRecord |
MKeyRecord.setType(String value)
Setter for
DB_ETERNAL.M_KEY.TYPE. |
MKeyRecord |
MKeyRecord.setUpdatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.M_KEY.UPDATED_AT. |
MKeyRecord |
MKeyRecord.setUpdatedBy(String value)
Setter for
DB_ETERNAL.M_KEY.UPDATED_BY. |
MKeyRecord |
MKeyRecord.value1(String value) |
MKeyRecord |
MKeyRecord.value10(String value) |
MKeyRecord |
MKeyRecord.value11(LocalDateTime value) |
MKeyRecord |
MKeyRecord.value12(String value) |
MKeyRecord |
MKeyRecord.value13(LocalDateTime value) |
MKeyRecord |
MKeyRecord.value14(String value) |
MKeyRecord |
MKeyRecord.value2(String value) |
MKeyRecord |
MKeyRecord.value3(String value) |
MKeyRecord |
MKeyRecord.value4(String value) |
MKeyRecord |
MKeyRecord.value5(String value) |
MKeyRecord |
MKeyRecord.value6(String value) |
MKeyRecord |
MKeyRecord.value7(String value) |
MKeyRecord |
MKeyRecord.value8(String value) |
MKeyRecord |
MKeyRecord.value9(Boolean value) |
MKeyRecord |
MKeyRecord.values(String value1,
String value2,
String value3,
String value4,
String value5,
String value6,
String value7,
String value8,
Boolean value9,
String value10,
LocalDateTime value11,
String value12,
LocalDateTime value13,
String value14) |
Copyright © 2020. All rights reserved.