Uses of Class
cn.vertxup.atom.domain.tables.records.MRelationRecord
Packages that use MRelationRecord
Package
Description
-
Uses of MRelationRecord in cn.vertxup.atom.domain
Fields in cn.vertxup.atom.domain with type parameters of type MRelationRecordModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<MRelationRecord>static final 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 MRelationRecordModifier and TypeFieldDescriptionfinal org.jooq.TableField<MRelationRecord,Boolean> MRelation.ACTIVEThe columnDB_ETERNAL.M_RELATION.ACTIVE.final org.jooq.TableField<MRelationRecord,String> MRelation.COMMENTSThe columnDB_ETERNAL.M_RELATION.COMMENTS.final org.jooq.TableField<MRelationRecord,LocalDateTime> MRelation.CREATED_ATThe columnDB_ETERNAL.M_RELATION.CREATED_AT.final org.jooq.TableField<MRelationRecord,String> MRelation.CREATED_BYThe columnDB_ETERNAL.M_RELATION.CREATED_BY.final org.jooq.TableField<MRelationRecord,String> MRelation.DOWNSTREAMThe columnDB_ETERNAL.M_RELATION.DOWNSTREAM.final org.jooq.TableField<MRelationRecord,String> MRelation.KEYThe columnDB_ETERNAL.M_RELATION.KEY.final org.jooq.TableField<MRelationRecord,String> MRelation.LANGUAGEThe columnDB_ETERNAL.M_RELATION.LANGUAGE.final org.jooq.TableField<MRelationRecord,String> MRelation.METADATAThe columnDB_ETERNAL.M_RELATION.METADATA.final org.jooq.TableField<MRelationRecord,String> MRelation.SIGMAThe columnDB_ETERNAL.M_RELATION.SIGMA.final org.jooq.TableField<MRelationRecord,String> MRelation.TYPEThe columnDB_ETERNAL.M_RELATION.TYPE.final org.jooq.TableField<MRelationRecord,LocalDateTime> MRelation.UPDATED_ATThe columnDB_ETERNAL.M_RELATION.UPDATED_AT.final org.jooq.TableField<MRelationRecord,String> MRelation.UPDATED_BYThe columnDB_ETERNAL.M_RELATION.UPDATED_BY.final 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 MRelationRecordModifier and TypeMethodDescriptionorg.jooq.UniqueKey<MRelationRecord>MRelation.getPrimaryKey()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 MRelationRecordModifierConstructorDescriptionMRelation(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 MRelationRecordModifier and TypeMethodDescriptionio.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 MRelationRecordModifier and TypeMethodDescriptionSetter forDB_ETERNAL.M_RELATION.ACTIVE.MRelationRecord.setComments(String value) Setter forDB_ETERNAL.M_RELATION.COMMENTS.MRelationRecord.setCreatedAt(LocalDateTime value) Setter forDB_ETERNAL.M_RELATION.CREATED_AT.MRelationRecord.setCreatedBy(String value) Setter forDB_ETERNAL.M_RELATION.CREATED_BY.MRelationRecord.setDownstream(String value) Setter forDB_ETERNAL.M_RELATION.DOWNSTREAM.Setter forDB_ETERNAL.M_RELATION.KEY.MRelationRecord.setLanguage(String value) Setter forDB_ETERNAL.M_RELATION.LANGUAGE.MRelationRecord.setMetadata(String value) Setter forDB_ETERNAL.M_RELATION.METADATA.Setter forDB_ETERNAL.M_RELATION.SIGMA.Setter forDB_ETERNAL.M_RELATION.TYPE.MRelationRecord.setUpdatedAt(LocalDateTime value) Setter forDB_ETERNAL.M_RELATION.UPDATED_AT.MRelationRecord.setUpdatedBy(String value) Setter forDB_ETERNAL.M_RELATION.UPDATED_BY.MRelationRecord.setUpstream(String value) Setter forDB_ETERNAL.M_RELATION.UPSTREAM.MRelationRecord.value10(LocalDateTime value) MRelationRecord.value12(LocalDateTime value) 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)