Uses of Class
cn.vertxup.atom.domain.tables.pojos.MAttribute
Packages that use MAttribute
Package
Description
-
Uses of MAttribute in cn.vertxup.atom.domain.tables.daos
Methods in cn.vertxup.atom.domain.tables.daos that return types with arguments of type MAttributeModifier and TypeMethodDescriptionio.vertx.core.Future<List<MAttribute>>MAttributeDao.findManyByActive(Collection<Boolean> values) Find records that haveACTIVE IN (values)asynchronouslyio.vertx.core.Future<List<MAttribute>>MAttributeDao.findManyByActive(Collection<Boolean> values, int limit) Find records that haveACTIVE IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<MAttribute>>MAttributeDao.findManyByAlias(Collection<String> values) Find records that haveALIAS IN (values)asynchronouslyio.vertx.core.Future<List<MAttribute>>MAttributeDao.findManyByAlias(Collection<String> values, int limit) Find records that haveALIAS IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<MAttribute>>MAttributeDao.findManyByComments(Collection<String> values) Find records that haveCOMMENTS IN (values)asynchronouslyio.vertx.core.Future<List<MAttribute>>MAttributeDao.findManyByComments(Collection<String> values, int limit) Find records that haveCOMMENTS IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<MAttribute>>MAttributeDao.findManyByCreatedAt(Collection<LocalDateTime> values) Find records that haveCREATED_AT IN (values)asynchronouslyio.vertx.core.Future<List<MAttribute>>MAttributeDao.findManyByCreatedAt(Collection<LocalDateTime> values, int limit) Find records that haveCREATED_AT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<MAttribute>>MAttributeDao.findManyByCreatedBy(Collection<String> values) Find records that haveCREATED_BY IN (values)asynchronouslyio.vertx.core.Future<List<MAttribute>>MAttributeDao.findManyByCreatedBy(Collection<String> values, int limit) Find records that haveCREATED_BY IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<MAttribute>>MAttributeDao.findManyByExpression(Collection<String> values) Find records that haveEXPRESSION IN (values)asynchronouslyio.vertx.core.Future<List<MAttribute>>MAttributeDao.findManyByExpression(Collection<String> values, int limit) Find records that haveEXPRESSION IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<MAttribute>>MAttributeDao.findManyByInComponent(Collection<String> values) Find records that haveIN_COMPONENT IN (values)asynchronouslyio.vertx.core.Future<List<MAttribute>>MAttributeDao.findManyByInComponent(Collection<String> values, int limit) Find records that haveIN_COMPONENT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<MAttribute>>MAttributeDao.findManyByIsArray(Collection<Boolean> values) Find records that haveIS_ARRAY IN (values)asynchronouslyio.vertx.core.Future<List<MAttribute>>MAttributeDao.findManyByIsArray(Collection<Boolean> values, int limit) Find records that haveIS_ARRAY IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<MAttribute>>MAttributeDao.findManyByIsConfirm(Collection<Boolean> values) Find records that haveIS_CONFIRM IN (values)asynchronouslyio.vertx.core.Future<List<MAttribute>>MAttributeDao.findManyByIsConfirm(Collection<Boolean> values, int limit) Find records that haveIS_CONFIRM IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<MAttribute>>MAttributeDao.findManyByIsLock(Collection<Boolean> values) Find records that haveIS_LOCK IN (values)asynchronouslyio.vertx.core.Future<List<MAttribute>>MAttributeDao.findManyByIsLock(Collection<Boolean> values, int limit) Find records that haveIS_LOCK IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<MAttribute>>MAttributeDao.findManyByIsRefer(Collection<Boolean> values) Find records that haveIS_REFER IN (values)asynchronouslyio.vertx.core.Future<List<MAttribute>>MAttributeDao.findManyByIsRefer(Collection<Boolean> values, int limit) Find records that haveIS_REFER IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<MAttribute>>MAttributeDao.findManyByIsSyncIn(Collection<Boolean> values) Find records that haveIS_SYNC_IN IN (values)asynchronouslyio.vertx.core.Future<List<MAttribute>>MAttributeDao.findManyByIsSyncIn(Collection<Boolean> values, int limit) Find records that haveIS_SYNC_IN IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<MAttribute>>MAttributeDao.findManyByIsSyncOut(Collection<Boolean> values) Find records that haveIS_SYNC_OUT IN (values)asynchronouslyio.vertx.core.Future<List<MAttribute>>MAttributeDao.findManyByIsSyncOut(Collection<Boolean> values, int limit) Find records that haveIS_SYNC_OUT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<MAttribute>>MAttributeDao.findManyByIsTrack(Collection<Boolean> values) Find records that haveIS_TRACK IN (values)asynchronouslyio.vertx.core.Future<List<MAttribute>>MAttributeDao.findManyByIsTrack(Collection<Boolean> values, int limit) Find records that haveIS_TRACK IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<MAttribute>>MAttributeDao.findManyByLanguage(Collection<String> values) Find records that haveLANGUAGE IN (values)asynchronouslyio.vertx.core.Future<List<MAttribute>>MAttributeDao.findManyByLanguage(Collection<String> values, int limit) Find records that haveLANGUAGE IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<MAttribute>>MAttributeDao.findManyByMetadata(Collection<String> values) Find records that haveMETADATA IN (values)asynchronouslyio.vertx.core.Future<List<MAttribute>>MAttributeDao.findManyByMetadata(Collection<String> values, int limit) Find records that haveMETADATA IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<MAttribute>>MAttributeDao.findManyByModelId(Collection<String> values) Find records that haveMODEL_ID IN (values)asynchronouslyio.vertx.core.Future<List<MAttribute>>MAttributeDao.findManyByModelId(Collection<String> values, int limit) Find records that haveMODEL_ID IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<MAttribute>>MAttributeDao.findManyByName(Collection<String> values) Find records that haveNAME IN (values)asynchronouslyio.vertx.core.Future<List<MAttribute>>MAttributeDao.findManyByName(Collection<String> values, int limit) Find records that haveNAME IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<MAttribute>>MAttributeDao.findManyByNormalize(Collection<String> values) Find records that haveNORMALIZE IN (values)asynchronouslyio.vertx.core.Future<List<MAttribute>>MAttributeDao.findManyByNormalize(Collection<String> values, int limit) Find records that haveNORMALIZE IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<MAttribute>>MAttributeDao.findManyByOutComponent(Collection<String> values) Find records that haveOUT_COMPONENT IN (values)asynchronouslyio.vertx.core.Future<List<MAttribute>>MAttributeDao.findManyByOutComponent(Collection<String> values, int limit) Find records that haveOUT_COMPONENT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<MAttribute>>MAttributeDao.findManyBySigma(Collection<String> values) Find records that haveSIGMA IN (values)asynchronouslyio.vertx.core.Future<List<MAttribute>>MAttributeDao.findManyBySigma(Collection<String> values, int limit) Find records that haveSIGMA IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<MAttribute>>MAttributeDao.findManyBySource(Collection<String> values) Find records that haveSOURCE IN (values)asynchronouslyio.vertx.core.Future<List<MAttribute>>MAttributeDao.findManyBySource(Collection<String> values, int limit) Find records that haveSOURCE IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<MAttribute>>MAttributeDao.findManyBySourceConfig(Collection<String> values) Find records that haveSOURCE_CONFIG IN (values)asynchronouslyio.vertx.core.Future<List<MAttribute>>MAttributeDao.findManyBySourceConfig(Collection<String> values, int limit) Find records that haveSOURCE_CONFIG IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<MAttribute>>MAttributeDao.findManyBySourceExternal(Collection<String> values) Find records that haveSOURCE_EXTERNAL IN (values)asynchronouslyio.vertx.core.Future<List<MAttribute>>MAttributeDao.findManyBySourceExternal(Collection<String> values, int limit) Find records that haveSOURCE_EXTERNAL IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<MAttribute>>MAttributeDao.findManyBySourceField(Collection<String> values) Find records that haveSOURCE_FIELD IN (values)asynchronouslyio.vertx.core.Future<List<MAttribute>>MAttributeDao.findManyBySourceField(Collection<String> values, int limit) Find records that haveSOURCE_FIELD IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<MAttribute>>MAttributeDao.findManyBySourceReference(Collection<String> values) Find records that haveSOURCE_REFERENCE IN (values)asynchronouslyio.vertx.core.Future<List<MAttribute>>MAttributeDao.findManyBySourceReference(Collection<String> values, int limit) Find records that haveSOURCE_REFERENCE IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<MAttribute>>MAttributeDao.findManyByType(Collection<String> values) Find records that haveTYPE IN (values)asynchronouslyio.vertx.core.Future<List<MAttribute>>MAttributeDao.findManyByType(Collection<String> values, int limit) Find records that haveTYPE IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<MAttribute>>MAttributeDao.findManyByUpdatedAt(Collection<LocalDateTime> values) Find records that haveUPDATED_AT IN (values)asynchronouslyio.vertx.core.Future<List<MAttribute>>MAttributeDao.findManyByUpdatedAt(Collection<LocalDateTime> values, int limit) Find records that haveUPDATED_AT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<MAttribute>>MAttributeDao.findManyByUpdatedBy(Collection<String> values) Find records that haveUPDATED_BY IN (values)asynchronouslyio.vertx.core.Future<List<MAttribute>>MAttributeDao.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<MAttributeRecord,MAttribute, String> MAttributeDao.queryExecutor()Methods in cn.vertxup.atom.domain.tables.daos with parameters of type MAttribute -
Uses of MAttribute in cn.vertxup.atom.domain.tables.pojos
Methods in cn.vertxup.atom.domain.tables.pojos that return MAttributeModifier and TypeMethodDescriptionSetter forDB_ETERNAL.M_ATTRIBUTE.ACTIVE.Setter forDB_ETERNAL.M_ATTRIBUTE.ALIAS.MAttribute.setComments(String comments) Setter forDB_ETERNAL.M_ATTRIBUTE.COMMENTS.MAttribute.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.M_ATTRIBUTE.CREATED_AT.MAttribute.setCreatedBy(String createdBy) Setter forDB_ETERNAL.M_ATTRIBUTE.CREATED_BY.MAttribute.setExpression(String expression) Setter forDB_ETERNAL.M_ATTRIBUTE.EXPRESSION.MAttribute.setInComponent(String inComponent) Setter forDB_ETERNAL.M_ATTRIBUTE.IN_COMPONENT.MAttribute.setIsArray(Boolean isArray) Setter forDB_ETERNAL.M_ATTRIBUTE.IS_ARRAY.MAttribute.setIsConfirm(Boolean isConfirm) Setter forDB_ETERNAL.M_ATTRIBUTE.IS_CONFIRM.Setter forDB_ETERNAL.M_ATTRIBUTE.IS_LOCK.MAttribute.setIsRefer(Boolean isRefer) Setter forDB_ETERNAL.M_ATTRIBUTE.IS_REFER.MAttribute.setIsSyncIn(Boolean isSyncIn) Setter forDB_ETERNAL.M_ATTRIBUTE.IS_SYNC_IN.MAttribute.setIsSyncOut(Boolean isSyncOut) Setter forDB_ETERNAL.M_ATTRIBUTE.IS_SYNC_OUT.MAttribute.setIsTrack(Boolean isTrack) Setter forDB_ETERNAL.M_ATTRIBUTE.IS_TRACK.Setter forDB_ETERNAL.M_ATTRIBUTE.KEY.MAttribute.setLanguage(String language) Setter forDB_ETERNAL.M_ATTRIBUTE.LANGUAGE.MAttribute.setMetadata(String metadata) Setter forDB_ETERNAL.M_ATTRIBUTE.METADATA.MAttribute.setModelId(String modelId) Setter forDB_ETERNAL.M_ATTRIBUTE.MODEL_ID.Setter forDB_ETERNAL.M_ATTRIBUTE.NAME.MAttribute.setNormalize(String normalize) Setter forDB_ETERNAL.M_ATTRIBUTE.NORMALIZE.MAttribute.setOutComponent(String outComponent) Setter forDB_ETERNAL.M_ATTRIBUTE.OUT_COMPONENT.Setter forDB_ETERNAL.M_ATTRIBUTE.SIGMA.Setter forDB_ETERNAL.M_ATTRIBUTE.SOURCE.MAttribute.setSourceConfig(String sourceConfig) Setter forDB_ETERNAL.M_ATTRIBUTE.SOURCE_CONFIG.MAttribute.setSourceExternal(String sourceExternal) Setter forDB_ETERNAL.M_ATTRIBUTE.SOURCE_EXTERNAL.MAttribute.setSourceField(String sourceField) Setter forDB_ETERNAL.M_ATTRIBUTE.SOURCE_FIELD.MAttribute.setSourceReference(String sourceReference) Setter forDB_ETERNAL.M_ATTRIBUTE.SOURCE_REFERENCE.Setter forDB_ETERNAL.M_ATTRIBUTE.TYPE.MAttribute.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.M_ATTRIBUTE.UPDATED_AT.MAttribute.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.M_ATTRIBUTE.UPDATED_BY. -
Uses of MAttribute in cn.vertxup.atom.domain.tables.records
Constructors in cn.vertxup.atom.domain.tables.records with parameters of type MAttributeModifierConstructorDescriptionMAttributeRecord(MAttribute value) Create a detached, initialised MAttributeRecord -
Uses of MAttribute in io.vertx.tp.atom.modeling
Methods in io.vertx.tp.atom.modeling that return MAttributeMethods in io.vertx.tp.atom.modeling that return types with arguments of type MAttribute -
Uses of MAttribute in io.vertx.tp.atom.modeling.builtin
Methods in io.vertx.tp.atom.modeling.builtin that return MAttributeMethods in io.vertx.tp.atom.modeling.builtin that return types with arguments of type MAttribute -
Uses of MAttribute in io.vertx.tp.atom.modeling.element
Methods in io.vertx.tp.atom.modeling.element with parameters of type MAttributeModifier 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)