Uses of Interface
cn.vertxup.atom.domain.tables.interfaces.IMField
-
Packages that use IMField Package Description cn.vertxup.atom.domain.tables.interfaces cn.vertxup.atom.domain.tables.pojos cn.vertxup.atom.domain.tables.records -
-
Uses of IMField in cn.vertxup.atom.domain.tables.interfaces
Methods in cn.vertxup.atom.domain.tables.interfaces with type parameters of type IMField Modifier and Type Method Description <E extends IMField>
EIMField. into(E into)Copy data into another generated Record/POJO implementing the common interface IMFieldMethods in cn.vertxup.atom.domain.tables.interfaces that return IMField Modifier and Type Method Description default IMFieldIMField. fromJson(io.vertx.core.json.JsonObject json)IMFieldIMField. setActive(Boolean value)Setter forDB_ETERNAL.M_FIELD.ACTIVE.IMFieldIMField. setColumnName(String value)Setter forDB_ETERNAL.M_FIELD.COLUMN_NAME.IMFieldIMField. setColumnType(String value)Setter forDB_ETERNAL.M_FIELD.COLUMN_TYPE.IMFieldIMField. setComments(String value)Setter forDB_ETERNAL.M_FIELD.COMMENTS.IMFieldIMField. setCreatedAt(LocalDateTime value)Setter forDB_ETERNAL.M_FIELD.CREATED_AT.IMFieldIMField. setCreatedBy(String value)Setter forDB_ETERNAL.M_FIELD.CREATED_BY.IMFieldIMField. setEntityId(String value)Setter forDB_ETERNAL.M_FIELD.ENTITY_ID.IMFieldIMField. setFormat(String value)Setter forDB_ETERNAL.M_FIELD.FORMAT.IMFieldIMField. setInComponent(String value)Setter forDB_ETERNAL.M_FIELD.IN_COMPONENT.IMFieldIMField. setIsNullable(Boolean value)Setter forDB_ETERNAL.M_FIELD.IS_NULLABLE.IMFieldIMField. setIsPrimary(Boolean value)Setter forDB_ETERNAL.M_FIELD.IS_PRIMARY.IMFieldIMField. setKey(String value)Setter forDB_ETERNAL.M_FIELD.KEY.IMFieldIMField. setLanguage(String value)Setter forDB_ETERNAL.M_FIELD.LANGUAGE.IMFieldIMField. setLength(Integer value)Setter forDB_ETERNAL.M_FIELD.LENGTH.IMFieldIMField. setMetadata(String value)Setter forDB_ETERNAL.M_FIELD.METADATA.IMFieldIMField. setName(String value)Setter forDB_ETERNAL.M_FIELD.NAME.IMFieldIMField. setOutComponent(String value)Setter forDB_ETERNAL.M_FIELD.OUT_COMPONENT.IMFieldIMField. setPrecision(Integer value)Setter forDB_ETERNAL.M_FIELD.PRECISION.IMFieldIMField. setSigma(String value)Setter forDB_ETERNAL.M_FIELD.SIGMA.IMFieldIMField. setType(String value)Setter forDB_ETERNAL.M_FIELD.TYPE.IMFieldIMField. setUpdatedAt(LocalDateTime value)Setter forDB_ETERNAL.M_FIELD.UPDATED_AT.IMFieldIMField. setUpdatedBy(String value)Setter forDB_ETERNAL.M_FIELD.UPDATED_BY.Methods in cn.vertxup.atom.domain.tables.interfaces with parameters of type IMField Modifier and Type Method Description voidIMField. from(IMField from)Load data from another generated Record/POJO implementing the common interface IMField -
Uses of IMField in cn.vertxup.atom.domain.tables.pojos
Classes in cn.vertxup.atom.domain.tables.pojos that implement IMField Modifier and Type Class Description classMFieldThis class is generated by jOOQ.Methods in cn.vertxup.atom.domain.tables.pojos with type parameters of type IMField Modifier and Type Method Description <E extends IMField>
EMField. into(E into)Methods in cn.vertxup.atom.domain.tables.pojos with parameters of type IMField Modifier and Type Method Description voidMField. from(IMField from)Constructors in cn.vertxup.atom.domain.tables.pojos with parameters of type IMField Constructor Description MField(IMField value) -
Uses of IMField in cn.vertxup.atom.domain.tables.records
Classes in cn.vertxup.atom.domain.tables.records that implement IMField Modifier and Type Class Description classMFieldRecordThis class is generated by jOOQ.Methods in cn.vertxup.atom.domain.tables.records with type parameters of type IMField Modifier and Type Method Description <E extends IMField>
EMFieldRecord. into(E into)Methods in cn.vertxup.atom.domain.tables.records with parameters of type IMField Modifier and Type Method Description voidMFieldRecord. from(IMField from)
-