Uses of Class
cn.vertxup.atom.domain.tables.records.MKeyRecord
Packages that use MKeyRecord
Package
Description
-
Uses of MKeyRecord in cn.vertxup.atom.domain
Fields in cn.vertxup.atom.domain with type parameters of type MKeyRecordModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<MKeyRecord>Keys.KEY_M_KEY_NAMEstatic final org.jooq.UniqueKey<MKeyRecord>Keys.KEY_M_KEY_PRIMARY -
Uses of MKeyRecord in cn.vertxup.atom.domain.tables
Fields in cn.vertxup.atom.domain.tables with type parameters of type MKeyRecordModifier and TypeFieldDescriptionfinal org.jooq.TableField<MKeyRecord,Boolean> MKey.ACTIVEThe columnDB_ETERNAL.M_KEY.ACTIVE.final org.jooq.TableField<MKeyRecord,String> MKey.COLUMNSThe columnDB_ETERNAL.M_KEY.COLUMNS.final org.jooq.TableField<MKeyRecord,String> MKey.COMMENTSThe columnDB_ETERNAL.M_KEY.COMMENTS.final org.jooq.TableField<MKeyRecord,LocalDateTime> MKey.CREATED_ATThe columnDB_ETERNAL.M_KEY.CREATED_AT.final org.jooq.TableField<MKeyRecord,String> MKey.CREATED_BYThe columnDB_ETERNAL.M_KEY.CREATED_BY.final org.jooq.TableField<MKeyRecord,String> MKey.ENTITY_IDThe columnDB_ETERNAL.M_KEY.ENTITY_ID.final org.jooq.TableField<MKeyRecord,String> MKey.KEYThe columnDB_ETERNAL.M_KEY.KEY.final org.jooq.TableField<MKeyRecord,String> MKey.LANGUAGEThe columnDB_ETERNAL.M_KEY.LANGUAGE.final org.jooq.TableField<MKeyRecord,String> MKey.METADATAThe columnDB_ETERNAL.M_KEY.METADATA.final org.jooq.TableField<MKeyRecord,String> MKey.NAMEThe columnDB_ETERNAL.M_KEY.NAME.final org.jooq.TableField<MKeyRecord,String> MKey.SIGMAThe columnDB_ETERNAL.M_KEY.SIGMA.final org.jooq.TableField<MKeyRecord,String> MKey.TYPEThe columnDB_ETERNAL.M_KEY.TYPE.final org.jooq.TableField<MKeyRecord,LocalDateTime> MKey.UPDATED_ATThe columnDB_ETERNAL.M_KEY.UPDATED_AT.final org.jooq.TableField<MKeyRecord,String> MKey.UPDATED_BYThe columnDB_ETERNAL.M_KEY.UPDATED_BY.Methods in cn.vertxup.atom.domain.tables that return types with arguments of type MKeyRecordModifier and TypeMethodDescriptionorg.jooq.UniqueKey<MKeyRecord>MKey.getPrimaryKey()MKey.getRecordType()The class holding records for this typeList<org.jooq.UniqueKey<MKeyRecord>>MKey.getUniqueKeys()Constructor parameters in cn.vertxup.atom.domain.tables with type arguments of type MKeyRecordModifierConstructorDescriptionMKey(org.jooq.Table<O> child, org.jooq.ForeignKey<O, MKeyRecord> key) -
Uses of MKeyRecord in cn.vertxup.atom.domain.tables.daos
Methods in cn.vertxup.atom.domain.tables.daos that return types with arguments of type MKeyRecordModifier and TypeMethodDescriptionio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<MKeyRecord,MKey, String> MKeyDao.queryExecutor() -
Uses of MKeyRecord in cn.vertxup.atom.domain.tables.records
Methods in cn.vertxup.atom.domain.tables.records that return MKeyRecordModifier and TypeMethodDescriptionSetter forDB_ETERNAL.M_KEY.ACTIVE.MKeyRecord.setColumns(String value) Setter forDB_ETERNAL.M_KEY.COLUMNS.MKeyRecord.setComments(String value) Setter forDB_ETERNAL.M_KEY.COMMENTS.MKeyRecord.setCreatedAt(LocalDateTime value) Setter forDB_ETERNAL.M_KEY.CREATED_AT.MKeyRecord.setCreatedBy(String value) Setter forDB_ETERNAL.M_KEY.CREATED_BY.MKeyRecord.setEntityId(String value) Setter forDB_ETERNAL.M_KEY.ENTITY_ID.Setter forDB_ETERNAL.M_KEY.KEY.MKeyRecord.setLanguage(String value) Setter forDB_ETERNAL.M_KEY.LANGUAGE.MKeyRecord.setMetadata(String value) Setter forDB_ETERNAL.M_KEY.METADATA.Setter forDB_ETERNAL.M_KEY.NAME.Setter forDB_ETERNAL.M_KEY.SIGMA.Setter forDB_ETERNAL.M_KEY.TYPE.MKeyRecord.setUpdatedAt(LocalDateTime value) Setter forDB_ETERNAL.M_KEY.UPDATED_AT.MKeyRecord.setUpdatedBy(String value) Setter forDB_ETERNAL.M_KEY.UPDATED_BY.MKeyRecord.value11(LocalDateTime value) MKeyRecord.value13(LocalDateTime value) MKeyRecord.values(String value1, String value2, String value3, String value4, String value5, String value6, String value7, String value8, Boolean value9, String value10, LocalDateTime value11, String value12, LocalDateTime value13, String value14)