| 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<MJoinRecord> |
Keys.KEY_M_JOIN_PRIMARY |
| Modifier and Type | Field and Description |
|---|---|
org.jooq.TableField<MJoinRecord,String> |
MJoin.ENTITY
The column
DB_ETERNAL.M_JOIN.ENTITY. |
org.jooq.TableField<MJoinRecord,String> |
MJoin.ENTITY_KEY
The column
DB_ETERNAL.M_JOIN.ENTITY_KEY. |
org.jooq.TableField<MJoinRecord,String> |
MJoin.MODEL
The column
DB_ETERNAL.M_JOIN.MODEL. |
org.jooq.TableField<MJoinRecord,String> |
MJoin.NAMESPACE
The column
DB_ETERNAL.M_JOIN.NAMESPACE. |
org.jooq.TableField<MJoinRecord,Integer> |
MJoin.PRIORITY
The column
DB_ETERNAL.M_JOIN.PRIORITY. |
| Modifier and Type | Method and Description |
|---|---|
List<org.jooq.UniqueKey<MJoinRecord>> |
MJoin.getKeys() |
org.jooq.UniqueKey<MJoinRecord> |
MJoin.getPrimaryKey() |
Class<MJoinRecord> |
MJoin.getRecordType()
The class holding records for this type
|
| Modifier and Type | Method and Description |
|---|---|
MJoinRecord |
MJoinRecord.setEntity(String value)
Setter for
DB_ETERNAL.M_JOIN.ENTITY. |
MJoinRecord |
MJoinRecord.setEntityKey(String value)
Setter for
DB_ETERNAL.M_JOIN.ENTITY_KEY. |
MJoinRecord |
MJoinRecord.setModel(String value)
Setter for
DB_ETERNAL.M_JOIN.MODEL. |
MJoinRecord |
MJoinRecord.setNamespace(String value)
Setter for
DB_ETERNAL.M_JOIN.NAMESPACE. |
MJoinRecord |
MJoinRecord.setPriority(Integer value)
Setter for
DB_ETERNAL.M_JOIN.PRIORITY. |
MJoinRecord |
MJoinRecord.value1(String value) |
MJoinRecord |
MJoinRecord.value2(String value) |
MJoinRecord |
MJoinRecord.value3(String value) |
MJoinRecord |
MJoinRecord.value4(Integer value) |
MJoinRecord |
MJoinRecord.value5(String value) |
MJoinRecord |
MJoinRecord.values(String value1,
String value2,
String value3,
Integer value4,
String value5) |
Copyright © 2020. All rights reserved.