Uses of Interface
cn.vertxup.atom.domain.tables.interfaces.IMField
Packages that use IMField
Package
Description
-
Uses of IMField in cn.vertxup.atom.domain.tables.interfaces
Methods in cn.vertxup.atom.domain.tables.interfaces with type parameters of type IMFieldModifier and TypeMethodDescription<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 IMFieldModifier and TypeMethodDescriptiondefault IMFieldIMField.fromJson(io.vertx.core.json.JsonObject json) Setter forDB_ETERNAL.M_FIELD.ACTIVE.IMField.setColumnName(String value) Setter forDB_ETERNAL.M_FIELD.COLUMN_NAME.IMField.setColumnType(String value) Setter forDB_ETERNAL.M_FIELD.COLUMN_TYPE.IMField.setComments(String value) Setter forDB_ETERNAL.M_FIELD.COMMENTS.IMField.setCreatedAt(LocalDateTime value) Setter forDB_ETERNAL.M_FIELD.CREATED_AT.IMField.setCreatedBy(String value) Setter forDB_ETERNAL.M_FIELD.CREATED_BY.IMField.setEntityId(String value) Setter forDB_ETERNAL.M_FIELD.ENTITY_ID.Setter forDB_ETERNAL.M_FIELD.FORMAT.IMField.setInComponent(String value) Setter forDB_ETERNAL.M_FIELD.IN_COMPONENT.IMField.setIsNullable(Boolean value) Setter forDB_ETERNAL.M_FIELD.IS_NULLABLE.IMField.setIsPrimary(Boolean value) Setter forDB_ETERNAL.M_FIELD.IS_PRIMARY.Setter forDB_ETERNAL.M_FIELD.KEY.IMField.setLanguage(String value) Setter forDB_ETERNAL.M_FIELD.LANGUAGE.Setter forDB_ETERNAL.M_FIELD.LENGTH.IMField.setMetadata(String value) Setter forDB_ETERNAL.M_FIELD.METADATA.Setter forDB_ETERNAL.M_FIELD.NAME.IMField.setOutComponent(String value) Setter forDB_ETERNAL.M_FIELD.OUT_COMPONENT.IMField.setPrecision(Integer value) Setter forDB_ETERNAL.M_FIELD.PRECISION.Setter forDB_ETERNAL.M_FIELD.SIGMA.Setter forDB_ETERNAL.M_FIELD.TYPE.IMField.setUpdatedAt(LocalDateTime value) Setter forDB_ETERNAL.M_FIELD.UPDATED_AT.IMField.setUpdatedBy(String value) Setter forDB_ETERNAL.M_FIELD.UPDATED_BY.Methods in cn.vertxup.atom.domain.tables.interfaces with parameters of type IMField -
Uses of IMField in cn.vertxup.atom.domain.tables.pojos
Classes in cn.vertxup.atom.domain.tables.pojos that implement IMFieldMethods in cn.vertxup.atom.domain.tables.pojos with type parameters of type IMFieldMethods in cn.vertxup.atom.domain.tables.pojos with parameters of type IMFieldConstructors in cn.vertxup.atom.domain.tables.pojos with parameters of type IMField -
Uses of IMField in cn.vertxup.atom.domain.tables.records
Classes in cn.vertxup.atom.domain.tables.records that implement IMFieldMethods in cn.vertxup.atom.domain.tables.records with type parameters of type IMFieldMethods in cn.vertxup.atom.domain.tables.records with parameters of type IMField