Uses of Class
cn.vertxup.atom.domain.tables.pojos.MModel
Packages that use MModel
Package
Description
-
Uses of MModel in cn.vertxup.atom.domain.tables.daos
Methods in cn.vertxup.atom.domain.tables.daos that return types with arguments of type MModelModifier and TypeMethodDescriptionMModelDao.findManyByActive(Collection<Boolean> values) Find records that haveACTIVE IN (values)asynchronouslyMModelDao.findManyByActive(Collection<Boolean> values, int limit) Find records that haveACTIVE IN (values)asynchronously limited by the given limitMModelDao.findManyByAlias(Collection<String> values) Find records that haveALIAS IN (values)asynchronouslyMModelDao.findManyByAlias(Collection<String> values, int limit) Find records that haveALIAS IN (values)asynchronously limited by the given limitMModelDao.findManyByCategoryId(Collection<String> values) Find records that haveCATEGORY_ID IN (values)asynchronouslyMModelDao.findManyByCategoryId(Collection<String> values, int limit) Find records that haveCATEGORY_ID IN (values)asynchronously limited by the given limitMModelDao.findManyByCategoryTree(Collection<String> values) Find records that haveCATEGORY_TREE IN (values)asynchronouslyMModelDao.findManyByCategoryTree(Collection<String> values, int limit) Find records that haveCATEGORY_TREE IN (values)asynchronously limited by the given limitMModelDao.findManyByComments(Collection<String> values) Find records that haveCOMMENTS IN (values)asynchronouslyMModelDao.findManyByComments(Collection<String> values, int limit) Find records that haveCOMMENTS IN (values)asynchronously limited by the given limitMModelDao.findManyByCreatedAt(Collection<LocalDateTime> values) Find records that haveCREATED_AT IN (values)asynchronouslyMModelDao.findManyByCreatedAt(Collection<LocalDateTime> values, int limit) Find records that haveCREATED_AT IN (values)asynchronously limited by the given limitMModelDao.findManyByCreatedBy(Collection<String> values) Find records that haveCREATED_BY IN (values)asynchronouslyMModelDao.findManyByCreatedBy(Collection<String> values, int limit) Find records that haveCREATED_BY IN (values)asynchronously limited by the given limitMModelDao.findManyByIdentifier(Collection<String> values) Find records that haveIDENTIFIER IN (values)asynchronouslyMModelDao.findManyByIdentifier(Collection<String> values, int limit) Find records that haveIDENTIFIER IN (values)asynchronously limited by the given limitMModelDao.findManyByIsTrack(Collection<Boolean> values) Find records that haveIS_TRACK IN (values)asynchronouslyMModelDao.findManyByIsTrack(Collection<Boolean> values, int limit) Find records that haveIS_TRACK IN (values)asynchronously limited by the given limitMModelDao.findManyByLanguage(Collection<String> values) Find records that haveLANGUAGE IN (values)asynchronouslyMModelDao.findManyByLanguage(Collection<String> values, int limit) Find records that haveLANGUAGE IN (values)asynchronously limited by the given limitMModelDao.findManyByMetadata(Collection<String> values) Find records that haveMETADATA IN (values)asynchronouslyMModelDao.findManyByMetadata(Collection<String> values, int limit) Find records that haveMETADATA IN (values)asynchronously limited by the given limitMModelDao.findManyByName(Collection<String> values) Find records that haveNAME IN (values)asynchronouslyMModelDao.findManyByName(Collection<String> values, int limit) Find records that haveNAME IN (values)asynchronously limited by the given limitMModelDao.findManyByNamespace(Collection<String> values) Find records that haveNAMESPACE IN (values)asynchronouslyMModelDao.findManyByNamespace(Collection<String> values, int limit) Find records that haveNAMESPACE IN (values)asynchronously limited by the given limitMModelDao.findManyByRuleUnique(Collection<String> values) Find records that haveRULE_UNIQUE IN (values)asynchronouslyMModelDao.findManyByRuleUnique(Collection<String> values, int limit) Find records that haveRULE_UNIQUE IN (values)asynchronously limited by the given limitMModelDao.findManyBySigma(Collection<String> values) Find records that haveSIGMA IN (values)asynchronouslyMModelDao.findManyBySigma(Collection<String> values, int limit) Find records that haveSIGMA IN (values)asynchronously limited by the given limitMModelDao.findManyBySpider(Collection<String> values) Find records that haveSPIDER IN (values)asynchronouslyMModelDao.findManyBySpider(Collection<String> values, int limit) Find records that haveSPIDER IN (values)asynchronously limited by the given limitMModelDao.findManyBySpiderComponent(Collection<String> values) Find records that haveSPIDER_COMPONENT IN (values)asynchronouslyMModelDao.findManyBySpiderComponent(Collection<String> values, int limit) Find records that haveSPIDER_COMPONENT IN (values)asynchronously limited by the given limitMModelDao.findManyByType(Collection<String> values) Find records that haveTYPE IN (values)asynchronouslyMModelDao.findManyByType(Collection<String> values, int limit) Find records that haveTYPE IN (values)asynchronously limited by the given limitMModelDao.findManyByUpdatedAt(Collection<LocalDateTime> values) Find records that haveUPDATED_AT IN (values)asynchronouslyMModelDao.findManyByUpdatedAt(Collection<LocalDateTime> values, int limit) Find records that haveUPDATED_AT IN (values)asynchronously limited by the given limitMModelDao.findManyByUpdatedBy(Collection<String> values) Find records that haveUPDATED_BY IN (values)asynchronouslyMModelDao.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<MModelRecord,MModel, String> MModelDao.queryExecutor()Methods in cn.vertxup.atom.domain.tables.daos with parameters of type MModel -
Uses of MModel in cn.vertxup.atom.domain.tables.pojos
Methods in cn.vertxup.atom.domain.tables.pojos that return MModelModifier and TypeMethodDescriptionSetter forDB_ETERNAL.M_MODEL.ACTIVE.Setter forDB_ETERNAL.M_MODEL.ALIAS.MModel.setCategoryId(String categoryId) Setter forDB_ETERNAL.M_MODEL.CATEGORY_ID.MModel.setCategoryTree(String categoryTree) Setter forDB_ETERNAL.M_MODEL.CATEGORY_TREE.MModel.setComments(String comments) Setter forDB_ETERNAL.M_MODEL.COMMENTS.MModel.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.M_MODEL.CREATED_AT.MModel.setCreatedBy(String createdBy) Setter forDB_ETERNAL.M_MODEL.CREATED_BY.MModel.setIdentifier(String identifier) Setter forDB_ETERNAL.M_MODEL.IDENTIFIER.MModel.setIsTrack(Boolean isTrack) Setter forDB_ETERNAL.M_MODEL.IS_TRACK.Setter forDB_ETERNAL.M_MODEL.KEY.MModel.setLanguage(String language) Setter forDB_ETERNAL.M_MODEL.LANGUAGE.MModel.setMetadata(String metadata) Setter forDB_ETERNAL.M_MODEL.METADATA.Setter forDB_ETERNAL.M_MODEL.NAME.MModel.setNamespace(String namespace) Setter forDB_ETERNAL.M_MODEL.NAMESPACE.MModel.setRuleUnique(String ruleUnique) Setter forDB_ETERNAL.M_MODEL.RULE_UNIQUE.Setter forDB_ETERNAL.M_MODEL.SIGMA.Setter forDB_ETERNAL.M_MODEL.SPIDER.MModel.setSpiderComponent(String spiderComponent) Setter forDB_ETERNAL.M_MODEL.SPIDER_COMPONENT.Setter forDB_ETERNAL.M_MODEL.TYPE.MModel.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.M_MODEL.UPDATED_AT.MModel.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.M_MODEL.UPDATED_BY. -
Uses of MModel in cn.vertxup.atom.domain.tables.records
Constructors in cn.vertxup.atom.domain.tables.records with parameters of type MModelModifierConstructorDescriptionMModelRecord(MModel value) Create a detached, initialised MModelRecord -
Uses of MModel in io.vertx.tp.atom.modeling
Methods in io.vertx.tp.atom.modeling that return MModel -
Uses of MModel in io.vertx.tp.atom.modeling.builtin
Methods in io.vertx.tp.atom.modeling.builtin that return MModel