Uses of Class
cn.vertxup.atom.domain.tables.records.MRelationRecord
-
Packages that use MRelationRecord Package Description cn.vertxup.atom.domain cn.vertxup.atom.domain.tables cn.vertxup.atom.domain.tables.daos cn.vertxup.atom.domain.tables.records -
-
Uses of MRelationRecord in cn.vertxup.atom.domain
Fields in cn.vertxup.atom.domain with type parameters of type MRelationRecord Modifier and Type Field Description static org.jooq.UniqueKey<MRelationRecord>Keys. KEY_M_RELATION_PRIMARYstatic org.jooq.UniqueKey<MRelationRecord>Keys. KEY_M_RELATION_TYPE -
Uses of MRelationRecord in cn.vertxup.atom.domain.tables
Fields in cn.vertxup.atom.domain.tables with type parameters of type MRelationRecord Modifier and Type Field Description org.jooq.TableField<MRelationRecord,Boolean>MRelation. ACTIVEThe columnDB_ETERNAL.M_RELATION.ACTIVE.org.jooq.TableField<MRelationRecord,String>MRelation. COMMENTSThe columnDB_ETERNAL.M_RELATION.COMMENTS.org.jooq.TableField<MRelationRecord,LocalDateTime>MRelation. CREATED_ATThe columnDB_ETERNAL.M_RELATION.CREATED_AT.org.jooq.TableField<MRelationRecord,String>MRelation. CREATED_BYThe columnDB_ETERNAL.M_RELATION.CREATED_BY.org.jooq.TableField<MRelationRecord,String>MRelation. DOWNSTREAMThe columnDB_ETERNAL.M_RELATION.DOWNSTREAM.org.jooq.TableField<MRelationRecord,String>MRelation. KEYThe columnDB_ETERNAL.M_RELATION.KEY.org.jooq.TableField<MRelationRecord,String>MRelation. LANGUAGEThe columnDB_ETERNAL.M_RELATION.LANGUAGE.org.jooq.TableField<MRelationRecord,String>MRelation. METADATAThe columnDB_ETERNAL.M_RELATION.METADATA.org.jooq.TableField<MRelationRecord,String>MRelation. SIGMAThe columnDB_ETERNAL.M_RELATION.SIGMA.org.jooq.TableField<MRelationRecord,String>MRelation. TYPEThe columnDB_ETERNAL.M_RELATION.TYPE.org.jooq.TableField<MRelationRecord,LocalDateTime>MRelation. UPDATED_ATThe columnDB_ETERNAL.M_RELATION.UPDATED_AT.org.jooq.TableField<MRelationRecord,String>MRelation. UPDATED_BYThe columnDB_ETERNAL.M_RELATION.UPDATED_BY.org.jooq.TableField<MRelationRecord,String>MRelation. UPSTREAMThe columnDB_ETERNAL.M_RELATION.UPSTREAM.Methods in cn.vertxup.atom.domain.tables that return types with arguments of type MRelationRecord Modifier and Type Method Description org.jooq.UniqueKey<MRelationRecord>MRelation. getPrimaryKey()Class<MRelationRecord>MRelation. getRecordType()The class holding records for this typeList<org.jooq.UniqueKey<MRelationRecord>>MRelation. getUniqueKeys()Constructor parameters in cn.vertxup.atom.domain.tables with type arguments of type MRelationRecord Constructor Description MRelation(org.jooq.Table<O> child, org.jooq.ForeignKey<O,MRelationRecord> key) -
Uses of MRelationRecord in cn.vertxup.atom.domain.tables.daos
Methods in cn.vertxup.atom.domain.tables.daos that return types with arguments of type MRelationRecord Modifier and Type Method Description io.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<MRelationRecord,MRelation,String>MRelationDao. queryExecutor() -
Uses of MRelationRecord in cn.vertxup.atom.domain.tables.records
Methods in cn.vertxup.atom.domain.tables.records that return MRelationRecord Modifier and Type Method Description MRelationRecordMRelationRecord. setActive(Boolean value)Setter forDB_ETERNAL.M_RELATION.ACTIVE.MRelationRecordMRelationRecord. setComments(String value)Setter forDB_ETERNAL.M_RELATION.COMMENTS.MRelationRecordMRelationRecord. setCreatedAt(LocalDateTime value)Setter forDB_ETERNAL.M_RELATION.CREATED_AT.MRelationRecordMRelationRecord. setCreatedBy(String value)Setter forDB_ETERNAL.M_RELATION.CREATED_BY.MRelationRecordMRelationRecord. setDownstream(String value)Setter forDB_ETERNAL.M_RELATION.DOWNSTREAM.MRelationRecordMRelationRecord. setKey(String value)Setter forDB_ETERNAL.M_RELATION.KEY.MRelationRecordMRelationRecord. setLanguage(String value)Setter forDB_ETERNAL.M_RELATION.LANGUAGE.MRelationRecordMRelationRecord. setMetadata(String value)Setter forDB_ETERNAL.M_RELATION.METADATA.MRelationRecordMRelationRecord. setSigma(String value)Setter forDB_ETERNAL.M_RELATION.SIGMA.MRelationRecordMRelationRecord. setType(String value)Setter forDB_ETERNAL.M_RELATION.TYPE.MRelationRecordMRelationRecord. setUpdatedAt(LocalDateTime value)Setter forDB_ETERNAL.M_RELATION.UPDATED_AT.MRelationRecordMRelationRecord. setUpdatedBy(String value)Setter forDB_ETERNAL.M_RELATION.UPDATED_BY.MRelationRecordMRelationRecord. setUpstream(String value)Setter forDB_ETERNAL.M_RELATION.UPSTREAM.MRelationRecordMRelationRecord. value1(String value)MRelationRecordMRelationRecord. value10(LocalDateTime value)MRelationRecordMRelationRecord. value11(String value)MRelationRecordMRelationRecord. value12(LocalDateTime value)MRelationRecordMRelationRecord. value13(String value)MRelationRecordMRelationRecord. value2(String value)MRelationRecordMRelationRecord. value3(String value)MRelationRecordMRelationRecord. value4(String value)MRelationRecordMRelationRecord. value5(String value)MRelationRecordMRelationRecord. value6(String value)MRelationRecordMRelationRecord. value7(String value)MRelationRecordMRelationRecord. value8(Boolean value)MRelationRecordMRelationRecord. value9(String value)MRelationRecordMRelationRecord. 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)
-