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