| 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<MRelationRecord> |
Keys.KEY_M_RELATION_PRIMARY |
static org.jooq.UniqueKey<MRelationRecord> |
Keys.KEY_M_RELATION_TYPE |
| Modifier and Type | Field and Description |
|---|---|
org.jooq.TableField<MRelationRecord,Boolean> |
MRelation.ACTIVE
The column
DB_ETERNAL.M_RELATION.ACTIVE. |
org.jooq.TableField<MRelationRecord,String> |
MRelation.COMMENTS
The column
DB_ETERNAL.M_RELATION.COMMENTS. |
org.jooq.TableField<MRelationRecord,LocalDateTime> |
MRelation.CREATED_AT
The column
DB_ETERNAL.M_RELATION.CREATED_AT. |
org.jooq.TableField<MRelationRecord,String> |
MRelation.CREATED_BY
The column
DB_ETERNAL.M_RELATION.CREATED_BY. |
org.jooq.TableField<MRelationRecord,String> |
MRelation.DOWNSTREAM
The column
DB_ETERNAL.M_RELATION.DOWNSTREAM. |
org.jooq.TableField<MRelationRecord,String> |
MRelation.KEY
The column
DB_ETERNAL.M_RELATION.KEY. |
org.jooq.TableField<MRelationRecord,String> |
MRelation.LANGUAGE
The column
DB_ETERNAL.M_RELATION.LANGUAGE. |
org.jooq.TableField<MRelationRecord,String> |
MRelation.METADATA
The column
DB_ETERNAL.M_RELATION.METADATA. |
org.jooq.TableField<MRelationRecord,String> |
MRelation.SIGMA
The column
DB_ETERNAL.M_RELATION.SIGMA. |
org.jooq.TableField<MRelationRecord,String> |
MRelation.TYPE
The column
DB_ETERNAL.M_RELATION.TYPE. |
org.jooq.TableField<MRelationRecord,LocalDateTime> |
MRelation.UPDATED_AT
The column
DB_ETERNAL.M_RELATION.UPDATED_AT. |
org.jooq.TableField<MRelationRecord,String> |
MRelation.UPDATED_BY
The column
DB_ETERNAL.M_RELATION.UPDATED_BY. |
org.jooq.TableField<MRelationRecord,String> |
MRelation.UPSTREAM
The column
DB_ETERNAL.M_RELATION.UPSTREAM. |
| Modifier and Type | Method and Description |
|---|---|
List<org.jooq.UniqueKey<MRelationRecord>> |
MRelation.getKeys() |
org.jooq.UniqueKey<MRelationRecord> |
MRelation.getPrimaryKey() |
Class<MRelationRecord> |
MRelation.getRecordType()
The class holding records for this type
|
| Modifier and Type | Method and Description |
|---|---|
MRelationRecord |
MRelationRecord.setActive(Boolean value)
Setter for
DB_ETERNAL.M_RELATION.ACTIVE. |
MRelationRecord |
MRelationRecord.setComments(String value)
Setter for
DB_ETERNAL.M_RELATION.COMMENTS. |
MRelationRecord |
MRelationRecord.setCreatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.M_RELATION.CREATED_AT. |
MRelationRecord |
MRelationRecord.setCreatedBy(String value)
Setter for
DB_ETERNAL.M_RELATION.CREATED_BY. |
MRelationRecord |
MRelationRecord.setDownstream(String value)
Setter for
DB_ETERNAL.M_RELATION.DOWNSTREAM. |
MRelationRecord |
MRelationRecord.setKey(String value)
Setter for
DB_ETERNAL.M_RELATION.KEY. |
MRelationRecord |
MRelationRecord.setLanguage(String value)
Setter for
DB_ETERNAL.M_RELATION.LANGUAGE. |
MRelationRecord |
MRelationRecord.setMetadata(String value)
Setter for
DB_ETERNAL.M_RELATION.METADATA. |
MRelationRecord |
MRelationRecord.setSigma(String value)
Setter for
DB_ETERNAL.M_RELATION.SIGMA. |
MRelationRecord |
MRelationRecord.setType(String value)
Setter for
DB_ETERNAL.M_RELATION.TYPE. |
MRelationRecord |
MRelationRecord.setUpdatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.M_RELATION.UPDATED_AT. |
MRelationRecord |
MRelationRecord.setUpdatedBy(String value)
Setter for
DB_ETERNAL.M_RELATION.UPDATED_BY. |
MRelationRecord |
MRelationRecord.setUpstream(String value)
Setter for
DB_ETERNAL.M_RELATION.UPSTREAM. |
MRelationRecord |
MRelationRecord.value1(String value) |
MRelationRecord |
MRelationRecord.value10(LocalDateTime value) |
MRelationRecord |
MRelationRecord.value11(String value) |
MRelationRecord |
MRelationRecord.value12(LocalDateTime value) |
MRelationRecord |
MRelationRecord.value13(String value) |
MRelationRecord |
MRelationRecord.value2(String value) |
MRelationRecord |
MRelationRecord.value3(String value) |
MRelationRecord |
MRelationRecord.value4(String value) |
MRelationRecord |
MRelationRecord.value5(String value) |
MRelationRecord |
MRelationRecord.value6(String value) |
MRelationRecord |
MRelationRecord.value7(String value) |
MRelationRecord |
MRelationRecord.value8(Boolean value) |
MRelationRecord |
MRelationRecord.value9(String value) |
MRelationRecord |
MRelationRecord.values(String value1,
String value2,
String value3,
String value4,
String value5,
String value6,
String value7,
Boolean value8,
String value9,
LocalDateTime value10,
String value11,
LocalDateTime value12,
String value13) |
Copyright © 2020. All rights reserved.