Uses of Class
cn.vertxup.atom.domain.tables.pojos.MField
Packages that use MField
Package
Description
-
Uses of MField in cn.vertxup.atom.domain.tables.daos
Methods in cn.vertxup.atom.domain.tables.daos that return types with arguments of type MFieldModifier and TypeMethodDescriptionMFieldDao.findManyByActive(Collection<Boolean> values) Find records that haveACTIVE IN (values)asynchronouslyMFieldDao.findManyByActive(Collection<Boolean> values, int limit) Find records that haveACTIVE IN (values)asynchronously limited by the given limitMFieldDao.findManyByColumnName(Collection<String> values) Find records that haveCOLUMN_NAME IN (values)asynchronouslyMFieldDao.findManyByColumnName(Collection<String> values, int limit) Find records that haveCOLUMN_NAME IN (values)asynchronously limited by the given limitMFieldDao.findManyByColumnType(Collection<String> values) Find records that haveCOLUMN_TYPE IN (values)asynchronouslyMFieldDao.findManyByColumnType(Collection<String> values, int limit) Find records that haveCOLUMN_TYPE IN (values)asynchronously limited by the given limitMFieldDao.findManyByComments(Collection<String> values) Find records that haveCOMMENTS IN (values)asynchronouslyMFieldDao.findManyByComments(Collection<String> values, int limit) Find records that haveCOMMENTS IN (values)asynchronously limited by the given limitMFieldDao.findManyByCreatedAt(Collection<LocalDateTime> values) Find records that haveCREATED_AT IN (values)asynchronouslyMFieldDao.findManyByCreatedAt(Collection<LocalDateTime> values, int limit) Find records that haveCREATED_AT IN (values)asynchronously limited by the given limitMFieldDao.findManyByCreatedBy(Collection<String> values) Find records that haveCREATED_BY IN (values)asynchronouslyMFieldDao.findManyByCreatedBy(Collection<String> values, int limit) Find records that haveCREATED_BY IN (values)asynchronously limited by the given limitMFieldDao.findManyByEntityId(Collection<String> values) Find records that haveENTITY_ID IN (values)asynchronouslyMFieldDao.findManyByEntityId(Collection<String> values, int limit) Find records that haveENTITY_ID IN (values)asynchronously limited by the given limitMFieldDao.findManyByFormat(Collection<String> values) Find records that haveFORMAT IN (values)asynchronouslyMFieldDao.findManyByFormat(Collection<String> values, int limit) Find records that haveFORMAT IN (values)asynchronously limited by the given limitMFieldDao.findManyByInComponent(Collection<String> values) Find records that haveIN_COMPONENT IN (values)asynchronouslyMFieldDao.findManyByInComponent(Collection<String> values, int limit) Find records that haveIN_COMPONENT IN (values)asynchronously limited by the given limitMFieldDao.findManyByIsNullable(Collection<Boolean> values) Find records that haveIS_NULLABLE IN (values)asynchronouslyMFieldDao.findManyByIsNullable(Collection<Boolean> values, int limit) Find records that haveIS_NULLABLE IN (values)asynchronously limited by the given limitMFieldDao.findManyByIsPrimary(Collection<Boolean> values) Find records that haveIS_PRIMARY IN (values)asynchronouslyMFieldDao.findManyByIsPrimary(Collection<Boolean> values, int limit) Find records that haveIS_PRIMARY IN (values)asynchronously limited by the given limitMFieldDao.findManyByLanguage(Collection<String> values) Find records that haveLANGUAGE IN (values)asynchronouslyMFieldDao.findManyByLanguage(Collection<String> values, int limit) Find records that haveLANGUAGE IN (values)asynchronously limited by the given limitMFieldDao.findManyByLength(Collection<Integer> values) Find records that haveLENGTH IN (values)asynchronouslyMFieldDao.findManyByLength(Collection<Integer> values, int limit) Find records that haveLENGTH IN (values)asynchronously limited by the given limitMFieldDao.findManyByMetadata(Collection<String> values) Find records that haveMETADATA IN (values)asynchronouslyMFieldDao.findManyByMetadata(Collection<String> values, int limit) Find records that haveMETADATA IN (values)asynchronously limited by the given limitMFieldDao.findManyByName(Collection<String> values) Find records that haveNAME IN (values)asynchronouslyMFieldDao.findManyByName(Collection<String> values, int limit) Find records that haveNAME IN (values)asynchronously limited by the given limitMFieldDao.findManyByOutComponent(Collection<String> values) Find records that haveOUT_COMPONENT IN (values)asynchronouslyMFieldDao.findManyByOutComponent(Collection<String> values, int limit) Find records that haveOUT_COMPONENT IN (values)asynchronously limited by the given limitMFieldDao.findManyByPrecision(Collection<Integer> values) Find records that havePRECISION IN (values)asynchronouslyMFieldDao.findManyByPrecision(Collection<Integer> values, int limit) Find records that havePRECISION IN (values)asynchronously limited by the given limitMFieldDao.findManyBySigma(Collection<String> values) Find records that haveSIGMA IN (values)asynchronouslyMFieldDao.findManyBySigma(Collection<String> values, int limit) Find records that haveSIGMA IN (values)asynchronously limited by the given limitMFieldDao.findManyByType(Collection<String> values) Find records that haveTYPE IN (values)asynchronouslyMFieldDao.findManyByType(Collection<String> values, int limit) Find records that haveTYPE IN (values)asynchronously limited by the given limitMFieldDao.findManyByUpdatedAt(Collection<LocalDateTime> values) Find records that haveUPDATED_AT IN (values)asynchronouslyMFieldDao.findManyByUpdatedAt(Collection<LocalDateTime> values, int limit) Find records that haveUPDATED_AT IN (values)asynchronously limited by the given limitMFieldDao.findManyByUpdatedBy(Collection<String> values) Find records that haveUPDATED_BY IN (values)asynchronouslyMFieldDao.findManyByUpdatedBy(Collection<String> values, int limit) Find records that haveUPDATED_BY IN (values)asynchronously limited by the given limitio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<MFieldRecord,MField, String> MFieldDao.queryExecutor()Methods in cn.vertxup.atom.domain.tables.daos with parameters of type MField -
Uses of MField in cn.vertxup.atom.domain.tables.pojos
Methods in cn.vertxup.atom.domain.tables.pojos that return MFieldModifier and TypeMethodDescriptionSetter forDB_ETERNAL.M_FIELD.ACTIVE.MField.setColumnName(String columnName) Setter forDB_ETERNAL.M_FIELD.COLUMN_NAME.MField.setColumnType(String columnType) Setter forDB_ETERNAL.M_FIELD.COLUMN_TYPE.MField.setComments(String comments) Setter forDB_ETERNAL.M_FIELD.COMMENTS.MField.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.M_FIELD.CREATED_AT.MField.setCreatedBy(String createdBy) Setter forDB_ETERNAL.M_FIELD.CREATED_BY.MField.setEntityId(String entityId) Setter forDB_ETERNAL.M_FIELD.ENTITY_ID.Setter forDB_ETERNAL.M_FIELD.FORMAT.MField.setInComponent(String inComponent) Setter forDB_ETERNAL.M_FIELD.IN_COMPONENT.MField.setIsNullable(Boolean isNullable) Setter forDB_ETERNAL.M_FIELD.IS_NULLABLE.MField.setIsPrimary(Boolean isPrimary) Setter forDB_ETERNAL.M_FIELD.IS_PRIMARY.Setter forDB_ETERNAL.M_FIELD.KEY.MField.setLanguage(String language) Setter forDB_ETERNAL.M_FIELD.LANGUAGE.Setter forDB_ETERNAL.M_FIELD.LENGTH.MField.setMetadata(String metadata) Setter forDB_ETERNAL.M_FIELD.METADATA.Setter forDB_ETERNAL.M_FIELD.NAME.MField.setOutComponent(String outComponent) Setter forDB_ETERNAL.M_FIELD.OUT_COMPONENT.MField.setPrecision(Integer precision) Setter forDB_ETERNAL.M_FIELD.PRECISION.Setter forDB_ETERNAL.M_FIELD.SIGMA.Setter forDB_ETERNAL.M_FIELD.TYPE.MField.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.M_FIELD.UPDATED_AT.MField.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.M_FIELD.UPDATED_BY. -
Uses of MField in cn.vertxup.atom.domain.tables.records
Constructors in cn.vertxup.atom.domain.tables.records with parameters of type MFieldModifierConstructorDescriptionMFieldRecord(MField value) Create a detached, initialised MFieldRecord -
Uses of MField in io.vertx.tp.atom.modeling
Methods in io.vertx.tp.atom.modeling that return MFieldModifier and TypeMethodDescriptionSchema.getFieldByColumn(String column) MField[]Schema.getFields()Methods in io.vertx.tp.atom.modeling that return types with arguments of type MField -
Uses of MField in io.vertx.tp.atom.modeling.builtin
Methods in io.vertx.tp.atom.modeling.builtin that return MFieldModifier and TypeMethodDescriptionDataSchema.getFieldByColumn(String column) MField[]DataSchema.getFields()读取字段集合Methods in io.vertx.tp.atom.modeling.builtin that return types with arguments of type MField -
Uses of MField in io.vertx.tp.atom.modeling.element
Methods in io.vertx.tp.atom.modeling.element with parameters of type MFieldModifier and TypeMethodDescriptionDataMatrix.add(MField field, MAttribute attribute) DataMatrix.add(MField field, MAttribute attribute, Object value) voidDataTpl.initKey(Schema schema, MField field, MAttribute attribute) voidDataTpl.initTpl(Schema schema, MField field, MAttribute attribute) -
Uses of MField in io.vertx.tp.modular.metadata
Methods in io.vertx.tp.modular.metadata with parameters of type MFieldModifier and TypeMethodDescriptionAbstractSentence.checkFieldType(MField field, ConcurrentMap<String, Object> columnDetail) AoSentence.checkFieldType(MField field, ConcurrentMap<String, Object> columnDetail) AbstractSentence.columnAlter(String tableName, MField field) AoSentence.columnAlter(String tableName, MField field) AbstractSentence.columnType(MField field) AoSentence.columnType(MField field) int排序不能返回0protected StringAbstractSentence.defineColumn(MField field) protected StringAbstractSentence.defineSuffix(MField field, String actualType) protected String类型定义AbstractSentence.segmentField(MField field) 生成列定义的SQL语句:`NAME` VARCHAR(255) NOT NULLAoSentence.segmentField(MField field)