Uses of Class
cn.vertxup.atom.domain.tables.records.MFieldRecord
Packages that use MFieldRecord
Package
Description
-
Uses of MFieldRecord in cn.vertxup.atom.domain
Fields in cn.vertxup.atom.domain with type parameters of type MFieldRecordModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<MFieldRecord>Keys.KEY_M_FIELD_NAMEstatic final org.jooq.UniqueKey<MFieldRecord>Keys.KEY_M_FIELD_PRIMARY -
Uses of MFieldRecord in cn.vertxup.atom.domain.tables
Fields in cn.vertxup.atom.domain.tables with type parameters of type MFieldRecordModifier and TypeFieldDescriptionfinal org.jooq.TableField<MFieldRecord,Boolean> MField.ACTIVEThe columnDB_ETERNAL.M_FIELD.ACTIVE.final org.jooq.TableField<MFieldRecord,String> MField.COLUMN_NAMEThe columnDB_ETERNAL.M_FIELD.COLUMN_NAME.final org.jooq.TableField<MFieldRecord,String> MField.COLUMN_TYPEThe columnDB_ETERNAL.M_FIELD.COLUMN_TYPE.final org.jooq.TableField<MFieldRecord,String> MField.COMMENTSThe columnDB_ETERNAL.M_FIELD.COMMENTS.final org.jooq.TableField<MFieldRecord,LocalDateTime> MField.CREATED_ATThe columnDB_ETERNAL.M_FIELD.CREATED_AT.final org.jooq.TableField<MFieldRecord,String> MField.CREATED_BYThe columnDB_ETERNAL.M_FIELD.CREATED_BY.final org.jooq.TableField<MFieldRecord,String> MField.ENTITY_IDThe columnDB_ETERNAL.M_FIELD.ENTITY_ID.final org.jooq.TableField<MFieldRecord,String> MField.FORMATThe columnDB_ETERNAL.M_FIELD.FORMAT.final org.jooq.TableField<MFieldRecord,String> MField.IN_COMPONENTThe columnDB_ETERNAL.M_FIELD.IN_COMPONENT.final org.jooq.TableField<MFieldRecord,Boolean> MField.IS_NULLABLEThe columnDB_ETERNAL.M_FIELD.IS_NULLABLE.final org.jooq.TableField<MFieldRecord,Boolean> MField.IS_PRIMARYThe columnDB_ETERNAL.M_FIELD.IS_PRIMARY.final org.jooq.TableField<MFieldRecord,String> MField.KEYThe columnDB_ETERNAL.M_FIELD.KEY.final org.jooq.TableField<MFieldRecord,String> MField.LANGUAGEThe columnDB_ETERNAL.M_FIELD.LANGUAGE.final org.jooq.TableField<MFieldRecord,Integer> MField.LENGTHThe columnDB_ETERNAL.M_FIELD.LENGTH.final org.jooq.TableField<MFieldRecord,String> MField.METADATAThe columnDB_ETERNAL.M_FIELD.METADATA.final org.jooq.TableField<MFieldRecord,String> MField.NAMEThe columnDB_ETERNAL.M_FIELD.NAME.final org.jooq.TableField<MFieldRecord,String> MField.OUT_COMPONENTThe columnDB_ETERNAL.M_FIELD.OUT_COMPONENT.final org.jooq.TableField<MFieldRecord,Integer> MField.PRECISIONThe columnDB_ETERNAL.M_FIELD.PRECISION.final org.jooq.TableField<MFieldRecord,String> MField.SIGMAThe columnDB_ETERNAL.M_FIELD.SIGMA.final org.jooq.TableField<MFieldRecord,String> MField.TYPEThe columnDB_ETERNAL.M_FIELD.TYPE.final org.jooq.TableField<MFieldRecord,LocalDateTime> MField.UPDATED_ATThe columnDB_ETERNAL.M_FIELD.UPDATED_AT.final org.jooq.TableField<MFieldRecord,String> MField.UPDATED_BYThe columnDB_ETERNAL.M_FIELD.UPDATED_BY.Methods in cn.vertxup.atom.domain.tables that return types with arguments of type MFieldRecordModifier and TypeMethodDescriptionorg.jooq.UniqueKey<MFieldRecord>MField.getPrimaryKey()MField.getRecordType()The class holding records for this typeList<org.jooq.UniqueKey<MFieldRecord>>MField.getUniqueKeys()Constructor parameters in cn.vertxup.atom.domain.tables with type arguments of type MFieldRecordModifierConstructorDescriptionMField(org.jooq.Table<O> child, org.jooq.ForeignKey<O, MFieldRecord> key) -
Uses of MFieldRecord in cn.vertxup.atom.domain.tables.daos
Methods in cn.vertxup.atom.domain.tables.daos that return types with arguments of type MFieldRecordModifier and TypeMethodDescriptionio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<MFieldRecord,MField, String> MFieldDao.queryExecutor() -
Uses of MFieldRecord in cn.vertxup.atom.domain.tables.records
Methods in cn.vertxup.atom.domain.tables.records that return MFieldRecordModifier and TypeMethodDescriptionSetter forDB_ETERNAL.M_FIELD.ACTIVE.MFieldRecord.setColumnName(String value) Setter forDB_ETERNAL.M_FIELD.COLUMN_NAME.MFieldRecord.setColumnType(String value) Setter forDB_ETERNAL.M_FIELD.COLUMN_TYPE.MFieldRecord.setComments(String value) Setter forDB_ETERNAL.M_FIELD.COMMENTS.MFieldRecord.setCreatedAt(LocalDateTime value) Setter forDB_ETERNAL.M_FIELD.CREATED_AT.MFieldRecord.setCreatedBy(String value) Setter forDB_ETERNAL.M_FIELD.CREATED_BY.MFieldRecord.setEntityId(String value) Setter forDB_ETERNAL.M_FIELD.ENTITY_ID.Setter forDB_ETERNAL.M_FIELD.FORMAT.MFieldRecord.setInComponent(String value) Setter forDB_ETERNAL.M_FIELD.IN_COMPONENT.MFieldRecord.setIsNullable(Boolean value) Setter forDB_ETERNAL.M_FIELD.IS_NULLABLE.MFieldRecord.setIsPrimary(Boolean value) Setter forDB_ETERNAL.M_FIELD.IS_PRIMARY.Setter forDB_ETERNAL.M_FIELD.KEY.MFieldRecord.setLanguage(String value) Setter forDB_ETERNAL.M_FIELD.LANGUAGE.Setter forDB_ETERNAL.M_FIELD.LENGTH.MFieldRecord.setMetadata(String value) Setter forDB_ETERNAL.M_FIELD.METADATA.Setter forDB_ETERNAL.M_FIELD.NAME.MFieldRecord.setOutComponent(String value) Setter forDB_ETERNAL.M_FIELD.OUT_COMPONENT.MFieldRecord.setPrecision(Integer value) Setter forDB_ETERNAL.M_FIELD.PRECISION.Setter forDB_ETERNAL.M_FIELD.SIGMA.Setter forDB_ETERNAL.M_FIELD.TYPE.MFieldRecord.setUpdatedAt(LocalDateTime value) Setter forDB_ETERNAL.M_FIELD.UPDATED_AT.MFieldRecord.setUpdatedBy(String value) Setter forDB_ETERNAL.M_FIELD.UPDATED_BY.MFieldRecord.value19(LocalDateTime value) MFieldRecord.value21(LocalDateTime value) MFieldRecord.values(String value1, String value2, String value3, String value4, String value5, Boolean value6, Boolean value7, Integer value8, Integer value9, String value10, String value11, String value12, String value13, String value14, String value15, String value16, Boolean value17, String value18, LocalDateTime value19, String value20, LocalDateTime value21, String value22)