| 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<MEntityRecord> |
Keys.KEY_M_ENTITY_NAMESPACE |
static org.jooq.UniqueKey<MEntityRecord> |
Keys.KEY_M_ENTITY_NAMESPACE_2 |
static org.jooq.UniqueKey<MEntityRecord> |
Keys.KEY_M_ENTITY_PRIMARY |
static org.jooq.UniqueKey<MEntityRecord> |
Keys.KEY_M_ENTITY_SIGMA |
| Modifier and Type | Field and Description |
|---|---|
org.jooq.TableField<MEntityRecord,Boolean> |
MEntity.ACTIVE
The column
DB_ETERNAL.M_ENTITY.ACTIVE. |
org.jooq.TableField<MEntityRecord,String> |
MEntity.COMMENTS
The column
DB_ETERNAL.M_ENTITY.COMMENTS. |
org.jooq.TableField<MEntityRecord,LocalDateTime> |
MEntity.CREATED_AT
The column
DB_ETERNAL.M_ENTITY.CREATED_AT. |
org.jooq.TableField<MEntityRecord,String> |
MEntity.CREATED_BY
The column
DB_ETERNAL.M_ENTITY.CREATED_BY. |
org.jooq.TableField<MEntityRecord,String> |
MEntity.IDENTIFIER
The column
DB_ETERNAL.M_ENTITY.IDENTIFIER. |
org.jooq.TableField<MEntityRecord,String> |
MEntity.KEY
The column
DB_ETERNAL.M_ENTITY.KEY. |
org.jooq.TableField<MEntityRecord,String> |
MEntity.LANGUAGE
The column
DB_ETERNAL.M_ENTITY.LANGUAGE. |
org.jooq.TableField<MEntityRecord,String> |
MEntity.METADATA
The column
DB_ETERNAL.M_ENTITY.METADATA. |
org.jooq.TableField<MEntityRecord,String> |
MEntity.NAME
The column
DB_ETERNAL.M_ENTITY.NAME. |
org.jooq.TableField<MEntityRecord,String> |
MEntity.NAMESPACE
The column
DB_ETERNAL.M_ENTITY.NAMESPACE. |
org.jooq.TableField<MEntityRecord,String> |
MEntity.SIGMA
The column
DB_ETERNAL.M_ENTITY.SIGMA. |
org.jooq.TableField<MEntityRecord,String> |
MEntity.TABLE_NAME
The column
DB_ETERNAL.M_ENTITY.TABLE_NAME. |
org.jooq.TableField<MEntityRecord,String> |
MEntity.TYPE
The column
DB_ETERNAL.M_ENTITY.TYPE. |
org.jooq.TableField<MEntityRecord,LocalDateTime> |
MEntity.UPDATED_AT
The column
DB_ETERNAL.M_ENTITY.UPDATED_AT. |
org.jooq.TableField<MEntityRecord,String> |
MEntity.UPDATED_BY
The column
DB_ETERNAL.M_ENTITY.UPDATED_BY. |
| Modifier and Type | Method and Description |
|---|---|
List<org.jooq.UniqueKey<MEntityRecord>> |
MEntity.getKeys() |
org.jooq.UniqueKey<MEntityRecord> |
MEntity.getPrimaryKey() |
Class<MEntityRecord> |
MEntity.getRecordType()
The class holding records for this type
|
| Modifier and Type | Method and Description |
|---|---|
MEntityRecord |
MEntityRecord.setActive(Boolean value)
Setter for
DB_ETERNAL.M_ENTITY.ACTIVE. |
MEntityRecord |
MEntityRecord.setComments(String value)
Setter for
DB_ETERNAL.M_ENTITY.COMMENTS. |
MEntityRecord |
MEntityRecord.setCreatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.M_ENTITY.CREATED_AT. |
MEntityRecord |
MEntityRecord.setCreatedBy(String value)
Setter for
DB_ETERNAL.M_ENTITY.CREATED_BY. |
MEntityRecord |
MEntityRecord.setIdentifier(String value)
Setter for
DB_ETERNAL.M_ENTITY.IDENTIFIER. |
MEntityRecord |
MEntityRecord.setKey(String value)
Setter for
DB_ETERNAL.M_ENTITY.KEY. |
MEntityRecord |
MEntityRecord.setLanguage(String value)
Setter for
DB_ETERNAL.M_ENTITY.LANGUAGE. |
MEntityRecord |
MEntityRecord.setMetadata(String value)
Setter for
DB_ETERNAL.M_ENTITY.METADATA. |
MEntityRecord |
MEntityRecord.setName(String value)
Setter for
DB_ETERNAL.M_ENTITY.NAME. |
MEntityRecord |
MEntityRecord.setNamespace(String value)
Setter for
DB_ETERNAL.M_ENTITY.NAMESPACE. |
MEntityRecord |
MEntityRecord.setSigma(String value)
Setter for
DB_ETERNAL.M_ENTITY.SIGMA. |
MEntityRecord |
MEntityRecord.setTableName(String value)
Setter for
DB_ETERNAL.M_ENTITY.TABLE_NAME. |
MEntityRecord |
MEntityRecord.setType(String value)
Setter for
DB_ETERNAL.M_ENTITY.TYPE. |
MEntityRecord |
MEntityRecord.setUpdatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.M_ENTITY.UPDATED_AT. |
MEntityRecord |
MEntityRecord.setUpdatedBy(String value)
Setter for
DB_ETERNAL.M_ENTITY.UPDATED_BY. |
MEntityRecord |
MEntityRecord.value1(String value) |
MEntityRecord |
MEntityRecord.value10(Boolean value) |
MEntityRecord |
MEntityRecord.value11(String value) |
MEntityRecord |
MEntityRecord.value12(LocalDateTime value) |
MEntityRecord |
MEntityRecord.value13(String value) |
MEntityRecord |
MEntityRecord.value14(LocalDateTime value) |
MEntityRecord |
MEntityRecord.value15(String value) |
MEntityRecord |
MEntityRecord.value2(String value) |
MEntityRecord |
MEntityRecord.value3(String value) |
MEntityRecord |
MEntityRecord.value4(String value) |
MEntityRecord |
MEntityRecord.value5(String value) |
MEntityRecord |
MEntityRecord.value6(String value) |
MEntityRecord |
MEntityRecord.value7(String value) |
MEntityRecord |
MEntityRecord.value8(String value) |
MEntityRecord |
MEntityRecord.value9(String value) |
MEntityRecord |
MEntityRecord.values(String value1,
String value2,
String value3,
String value4,
String value5,
String value6,
String value7,
String value8,
String value9,
Boolean value10,
String value11,
LocalDateTime value12,
String value13,
LocalDateTime value14,
String value15) |
Copyright © 2021. All rights reserved.