Uses of Class
cn.vertxup.atom.domain.tables.records.MEntityRecord
Packages that use MEntityRecord
Package
Description
-
Uses of MEntityRecord in cn.vertxup.atom.domain
Fields in cn.vertxup.atom.domain with type parameters of type MEntityRecordModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<MEntityRecord>static final org.jooq.UniqueKey<MEntityRecord>static final org.jooq.UniqueKey<MEntityRecord>Keys.KEY_M_ENTITY_PRIMARYstatic final org.jooq.UniqueKey<MEntityRecord>Keys.KEY_M_ENTITY_SIGMA -
Uses of MEntityRecord in cn.vertxup.atom.domain.tables
Fields in cn.vertxup.atom.domain.tables with type parameters of type MEntityRecordModifier and TypeFieldDescriptionfinal org.jooq.TableField<MEntityRecord,Boolean> MEntity.ACTIVEThe columnDB_ETERNAL.M_ENTITY.ACTIVE.final org.jooq.TableField<MEntityRecord,String> MEntity.COMMENTSThe columnDB_ETERNAL.M_ENTITY.COMMENTS.final org.jooq.TableField<MEntityRecord,LocalDateTime> MEntity.CREATED_ATThe columnDB_ETERNAL.M_ENTITY.CREATED_AT.final org.jooq.TableField<MEntityRecord,String> MEntity.CREATED_BYThe columnDB_ETERNAL.M_ENTITY.CREATED_BY.final org.jooq.TableField<MEntityRecord,String> MEntity.IDENTIFIERThe columnDB_ETERNAL.M_ENTITY.IDENTIFIER.final org.jooq.TableField<MEntityRecord,String> MEntity.KEYThe columnDB_ETERNAL.M_ENTITY.KEY.final org.jooq.TableField<MEntityRecord,String> MEntity.LANGUAGEThe columnDB_ETERNAL.M_ENTITY.LANGUAGE.final org.jooq.TableField<MEntityRecord,String> MEntity.METADATAThe columnDB_ETERNAL.M_ENTITY.METADATA.final org.jooq.TableField<MEntityRecord,String> MEntity.NAMEThe columnDB_ETERNAL.M_ENTITY.NAME.final org.jooq.TableField<MEntityRecord,String> MEntity.NAMESPACEThe columnDB_ETERNAL.M_ENTITY.NAMESPACE.final org.jooq.TableField<MEntityRecord,String> MEntity.SIGMAThe columnDB_ETERNAL.M_ENTITY.SIGMA.final org.jooq.TableField<MEntityRecord,String> MEntity.TABLE_NAMEThe columnDB_ETERNAL.M_ENTITY.TABLE_NAME.final org.jooq.TableField<MEntityRecord,String> MEntity.TYPEThe columnDB_ETERNAL.M_ENTITY.TYPE.final org.jooq.TableField<MEntityRecord,LocalDateTime> MEntity.UPDATED_ATThe columnDB_ETERNAL.M_ENTITY.UPDATED_AT.final org.jooq.TableField<MEntityRecord,String> MEntity.UPDATED_BYThe columnDB_ETERNAL.M_ENTITY.UPDATED_BY.Methods in cn.vertxup.atom.domain.tables that return types with arguments of type MEntityRecordModifier and TypeMethodDescriptionorg.jooq.UniqueKey<MEntityRecord>MEntity.getPrimaryKey()MEntity.getRecordType()The class holding records for this typeList<org.jooq.UniqueKey<MEntityRecord>>MEntity.getUniqueKeys()Constructor parameters in cn.vertxup.atom.domain.tables with type arguments of type MEntityRecordModifierConstructorDescriptionMEntity(org.jooq.Table<O> child, org.jooq.ForeignKey<O, MEntityRecord> key) -
Uses of MEntityRecord in cn.vertxup.atom.domain.tables.daos
Methods in cn.vertxup.atom.domain.tables.daos that return types with arguments of type MEntityRecordModifier and TypeMethodDescriptionio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<MEntityRecord,MEntity, String> MEntityDao.queryExecutor() -
Uses of MEntityRecord in cn.vertxup.atom.domain.tables.records
Methods in cn.vertxup.atom.domain.tables.records that return MEntityRecordModifier and TypeMethodDescriptionSetter forDB_ETERNAL.M_ENTITY.ACTIVE.MEntityRecord.setComments(String value) Setter forDB_ETERNAL.M_ENTITY.COMMENTS.MEntityRecord.setCreatedAt(LocalDateTime value) Setter forDB_ETERNAL.M_ENTITY.CREATED_AT.MEntityRecord.setCreatedBy(String value) Setter forDB_ETERNAL.M_ENTITY.CREATED_BY.MEntityRecord.setIdentifier(String value) Setter forDB_ETERNAL.M_ENTITY.IDENTIFIER.Setter forDB_ETERNAL.M_ENTITY.KEY.MEntityRecord.setLanguage(String value) Setter forDB_ETERNAL.M_ENTITY.LANGUAGE.MEntityRecord.setMetadata(String value) Setter forDB_ETERNAL.M_ENTITY.METADATA.Setter forDB_ETERNAL.M_ENTITY.NAME.MEntityRecord.setNamespace(String value) Setter forDB_ETERNAL.M_ENTITY.NAMESPACE.Setter forDB_ETERNAL.M_ENTITY.SIGMA.MEntityRecord.setTableName(String value) Setter forDB_ETERNAL.M_ENTITY.TABLE_NAME.Setter forDB_ETERNAL.M_ENTITY.TYPE.MEntityRecord.setUpdatedAt(LocalDateTime value) Setter forDB_ETERNAL.M_ENTITY.UPDATED_AT.MEntityRecord.setUpdatedBy(String value) Setter forDB_ETERNAL.M_ENTITY.UPDATED_BY.MEntityRecord.value12(LocalDateTime value) MEntityRecord.value14(LocalDateTime value) MEntityRecord.values(String value1, String value2, String value3, String value4, String value5, String value6, String value7, String value8, String value9, Boolean value10, String value11, LocalDateTime value12, String value13, LocalDateTime value14, String value15)