Uses of Class
cn.vertxup.ambient.domain.tables.pojos.XCategory
Packages that use XCategory
Package
Description
-
Uses of XCategory in cn.vertxup.ambient.domain.tables.daos
Methods in cn.vertxup.ambient.domain.tables.daos that return types with arguments of type XCategoryModifier and TypeMethodDescriptionXCategoryDao.findManyByActive(Collection<Boolean> values) Find records that haveACTIVE IN (values)asynchronouslyXCategoryDao.findManyByActive(Collection<Boolean> values, int limit) Find records that haveACTIVE IN (values)asynchronously limited by the given limitXCategoryDao.findManyByAppId(Collection<String> values) Find records that haveAPP_ID IN (values)asynchronouslyXCategoryDao.findManyByAppId(Collection<String> values, int limit) Find records that haveAPP_ID IN (values)asynchronously limited by the given limitXCategoryDao.findManyByCode(Collection<String> values) Find records that haveCODE IN (values)asynchronouslyXCategoryDao.findManyByCode(Collection<String> values, int limit) Find records that haveCODE IN (values)asynchronously limited by the given limitXCategoryDao.findManyByComment(Collection<String> values) Find records that haveCOMMENT IN (values)asynchronouslyXCategoryDao.findManyByComment(Collection<String> values, int limit) Find records that haveCOMMENT IN (values)asynchronously limited by the given limitXCategoryDao.findManyByCreatedAt(Collection<LocalDateTime> values) Find records that haveCREATED_AT IN (values)asynchronouslyXCategoryDao.findManyByCreatedAt(Collection<LocalDateTime> values, int limit) Find records that haveCREATED_AT IN (values)asynchronously limited by the given limitXCategoryDao.findManyByCreatedBy(Collection<String> values) Find records that haveCREATED_BY IN (values)asynchronouslyXCategoryDao.findManyByCreatedBy(Collection<String> values, int limit) Find records that haveCREATED_BY IN (values)asynchronously limited by the given limitXCategoryDao.findManyByIcon(Collection<String> values) Find records that haveICON IN (values)asynchronouslyXCategoryDao.findManyByIcon(Collection<String> values, int limit) Find records that haveICON IN (values)asynchronously limited by the given limitXCategoryDao.findManyByIdentifier(Collection<String> values) Find records that haveIDENTIFIER IN (values)asynchronouslyXCategoryDao.findManyByIdentifier(Collection<String> values, int limit) Find records that haveIDENTIFIER IN (values)asynchronously limited by the given limitXCategoryDao.findManyByLanguage(Collection<String> values) Find records that haveLANGUAGE IN (values)asynchronouslyXCategoryDao.findManyByLanguage(Collection<String> values, int limit) Find records that haveLANGUAGE IN (values)asynchronously limited by the given limitXCategoryDao.findManyByLeaf(Collection<Boolean> values) Find records that haveLEAF IN (values)asynchronouslyXCategoryDao.findManyByLeaf(Collection<Boolean> values, int limit) Find records that haveLEAF IN (values)asynchronously limited by the given limitXCategoryDao.findManyByMetadata(Collection<String> values) Find records that haveMETADATA IN (values)asynchronouslyXCategoryDao.findManyByMetadata(Collection<String> values, int limit) Find records that haveMETADATA IN (values)asynchronously limited by the given limitXCategoryDao.findManyByName(Collection<String> values) Find records that haveNAME IN (values)asynchronouslyXCategoryDao.findManyByName(Collection<String> values, int limit) Find records that haveNAME IN (values)asynchronously limited by the given limitXCategoryDao.findManyByParentId(Collection<String> values) Find records that havePARENT_ID IN (values)asynchronouslyXCategoryDao.findManyByParentId(Collection<String> values, int limit) Find records that havePARENT_ID IN (values)asynchronously limited by the given limitXCategoryDao.findManyByRunComponent(Collection<String> values) Find records that haveRUN_COMPONENT IN (values)asynchronouslyXCategoryDao.findManyByRunComponent(Collection<String> values, int limit) Find records that haveRUN_COMPONENT IN (values)asynchronously limited by the given limitXCategoryDao.findManyByRunConfig(Collection<String> values) Find records that haveRUN_CONFIG IN (values)asynchronouslyXCategoryDao.findManyByRunConfig(Collection<String> values, int limit) Find records that haveRUN_CONFIG IN (values)asynchronously limited by the given limitXCategoryDao.findManyBySigma(Collection<String> values) Find records that haveSIGMA IN (values)asynchronouslyXCategoryDao.findManyBySigma(Collection<String> values, int limit) Find records that haveSIGMA IN (values)asynchronously limited by the given limitXCategoryDao.findManyBySort(Collection<Integer> values) Find records that haveSORT IN (values)asynchronouslyXCategoryDao.findManyBySort(Collection<Integer> values, int limit) Find records that haveSORT IN (values)asynchronously limited by the given limitXCategoryDao.findManyByTreeComponent(Collection<String> values) Find records that haveTREE_COMPONENT IN (values)asynchronouslyXCategoryDao.findManyByTreeComponent(Collection<String> values, int limit) Find records that haveTREE_COMPONENT IN (values)asynchronously limited by the given limitXCategoryDao.findManyByTreeConfig(Collection<String> values) Find records that haveTREE_CONFIG IN (values)asynchronouslyXCategoryDao.findManyByTreeConfig(Collection<String> values, int limit) Find records that haveTREE_CONFIG IN (values)asynchronously limited by the given limitXCategoryDao.findManyByType(Collection<String> values) Find records that haveTYPE IN (values)asynchronouslyXCategoryDao.findManyByType(Collection<String> values, int limit) Find records that haveTYPE IN (values)asynchronously limited by the given limitXCategoryDao.findManyByUpdatedAt(Collection<LocalDateTime> values) Find records that haveUPDATED_AT IN (values)asynchronouslyXCategoryDao.findManyByUpdatedAt(Collection<LocalDateTime> values, int limit) Find records that haveUPDATED_AT IN (values)asynchronously limited by the given limitXCategoryDao.findManyByUpdatedBy(Collection<String> values) Find records that haveUPDATED_BY IN (values)asynchronouslyXCategoryDao.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<XCategoryRecord,XCategory, String> XCategoryDao.queryExecutor()Methods in cn.vertxup.ambient.domain.tables.daos with parameters of type XCategory -
Uses of XCategory in cn.vertxup.ambient.domain.tables.pojos
Methods in cn.vertxup.ambient.domain.tables.pojos that return XCategoryModifier and TypeMethodDescriptionSetter forDB_ETERNAL.X_CATEGORY.ACTIVE.Setter forDB_ETERNAL.X_CATEGORY.APP_ID.Setter forDB_ETERNAL.X_CATEGORY.CODE.XCategory.setComment(String comment) Setter forDB_ETERNAL.X_CATEGORY.COMMENT.XCategory.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.X_CATEGORY.CREATED_AT.XCategory.setCreatedBy(String createdBy) Setter forDB_ETERNAL.X_CATEGORY.CREATED_BY.Setter forDB_ETERNAL.X_CATEGORY.ICON.XCategory.setIdentifier(String identifier) Setter forDB_ETERNAL.X_CATEGORY.IDENTIFIER.Setter forDB_ETERNAL.X_CATEGORY.KEY.XCategory.setLanguage(String language) Setter forDB_ETERNAL.X_CATEGORY.LANGUAGE.Setter forDB_ETERNAL.X_CATEGORY.LEAF.XCategory.setMetadata(String metadata) Setter forDB_ETERNAL.X_CATEGORY.METADATA.Setter forDB_ETERNAL.X_CATEGORY.NAME.XCategory.setParentId(String parentId) Setter forDB_ETERNAL.X_CATEGORY.PARENT_ID.XCategory.setRunComponent(String runComponent) Setter forDB_ETERNAL.X_CATEGORY.RUN_COMPONENT.XCategory.setRunConfig(String runConfig) Setter forDB_ETERNAL.X_CATEGORY.RUN_CONFIG.Setter forDB_ETERNAL.X_CATEGORY.SIGMA.Setter forDB_ETERNAL.X_CATEGORY.SORT.XCategory.setTreeComponent(String treeComponent) Setter forDB_ETERNAL.X_CATEGORY.TREE_COMPONENT.XCategory.setTreeConfig(String treeConfig) Setter forDB_ETERNAL.X_CATEGORY.TREE_CONFIG.Setter forDB_ETERNAL.X_CATEGORY.TYPE.XCategory.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.X_CATEGORY.UPDATED_AT.XCategory.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.X_CATEGORY.UPDATED_BY. -
Uses of XCategory in cn.vertxup.ambient.domain.tables.records
Constructors in cn.vertxup.ambient.domain.tables.records with parameters of type XCategoryModifierConstructorDescriptionXCategoryRecord(XCategory value) Create a detached, initialised XCategoryRecord