Uses of Class
cn.vertxup.ambient.domain.tables.pojos.XModule
Packages that use XModule
Package
Description
-
Uses of XModule in cn.vertxup.ambient.domain.tables.daos
Methods in cn.vertxup.ambient.domain.tables.daos that return types with arguments of type XModuleModifier and TypeMethodDescriptionXModuleDao.findManyByActive(Collection<Boolean> values) Find records that haveACTIVE IN (values)asynchronouslyXModuleDao.findManyByActive(Collection<Boolean> values, int limit) Find records that haveACTIVE IN (values)asynchronously limited by the given limitXModuleDao.findManyByAppId(Collection<String> values) Find records that haveAPP_ID IN (values)asynchronouslyXModuleDao.findManyByAppId(Collection<String> values, int limit) Find records that haveAPP_ID IN (values)asynchronously limited by the given limitXModuleDao.findManyByBlockCode(Collection<String> values) Find records that haveBLOCK_CODE IN (values)asynchronouslyXModuleDao.findManyByBlockCode(Collection<String> values, int limit) Find records that haveBLOCK_CODE IN (values)asynchronously limited by the given limitXModuleDao.findManyByCode(Collection<String> values) Find records that haveCODE IN (values)asynchronouslyXModuleDao.findManyByCode(Collection<String> values, int limit) Find records that haveCODE IN (values)asynchronously limited by the given limitXModuleDao.findManyByCreatedAt(Collection<LocalDateTime> values) Find records that haveCREATED_AT IN (values)asynchronouslyXModuleDao.findManyByCreatedAt(Collection<LocalDateTime> values, int limit) Find records that haveCREATED_AT IN (values)asynchronously limited by the given limitXModuleDao.findManyByCreatedBy(Collection<String> values) Find records that haveCREATED_BY IN (values)asynchronouslyXModuleDao.findManyByCreatedBy(Collection<String> values, int limit) Find records that haveCREATED_BY IN (values)asynchronously limited by the given limitXModuleDao.findManyByEntry(Collection<String> values) Find records that haveENTRY IN (values)asynchronouslyXModuleDao.findManyByEntry(Collection<String> values, int limit) Find records that haveENTRY IN (values)asynchronously limited by the given limitXModuleDao.findManyByLanguage(Collection<String> values) Find records that haveLANGUAGE IN (values)asynchronouslyXModuleDao.findManyByLanguage(Collection<String> values, int limit) Find records that haveLANGUAGE IN (values)asynchronously limited by the given limitXModuleDao.findManyByMetadata(Collection<String> values) Find records that haveMETADATA IN (values)asynchronouslyXModuleDao.findManyByMetadata(Collection<String> values, int limit) Find records that haveMETADATA IN (values)asynchronously limited by the given limitXModuleDao.findManyByModelId(Collection<String> values) Find records that haveMODEL_ID IN (values)asynchronouslyXModuleDao.findManyByModelId(Collection<String> values, int limit) Find records that haveMODEL_ID IN (values)asynchronously limited by the given limitXModuleDao.findManyByName(Collection<String> values) Find records that haveNAME IN (values)asynchronouslyXModuleDao.findManyByName(Collection<String> values, int limit) Find records that haveNAME IN (values)asynchronously limited by the given limitXModuleDao.findManyBySigma(Collection<String> values) Find records that haveSIGMA IN (values)asynchronouslyXModuleDao.findManyBySigma(Collection<String> values, int limit) Find records that haveSIGMA IN (values)asynchronously limited by the given limitXModuleDao.findManyByUpdatedAt(Collection<LocalDateTime> values) Find records that haveUPDATED_AT IN (values)asynchronouslyXModuleDao.findManyByUpdatedAt(Collection<LocalDateTime> values, int limit) Find records that haveUPDATED_AT IN (values)asynchronously limited by the given limitXModuleDao.findManyByUpdatedBy(Collection<String> values) Find records that haveUPDATED_BY IN (values)asynchronouslyXModuleDao.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<XModuleRecord,XModule, String> XModuleDao.queryExecutor()Methods in cn.vertxup.ambient.domain.tables.daos with parameters of type XModule -
Uses of XModule in cn.vertxup.ambient.domain.tables.pojos
Methods in cn.vertxup.ambient.domain.tables.pojos that return XModuleModifier and TypeMethodDescriptionSetter forDB_ETERNAL.X_MODULE.ACTIVE.Setter forDB_ETERNAL.X_MODULE.APP_ID.XModule.setBlockCode(String blockCode) Setter forDB_ETERNAL.X_MODULE.BLOCK_CODE.Setter forDB_ETERNAL.X_MODULE.CODE.XModule.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.X_MODULE.CREATED_AT.XModule.setCreatedBy(String createdBy) Setter forDB_ETERNAL.X_MODULE.CREATED_BY.Setter forDB_ETERNAL.X_MODULE.ENTRY.Setter forDB_ETERNAL.X_MODULE.KEY.XModule.setLanguage(String language) Setter forDB_ETERNAL.X_MODULE.LANGUAGE.XModule.setMetadata(String metadata) Setter forDB_ETERNAL.X_MODULE.METADATA.XModule.setModelId(String modelId) Setter forDB_ETERNAL.X_MODULE.MODEL_ID.Setter forDB_ETERNAL.X_MODULE.NAME.Setter forDB_ETERNAL.X_MODULE.SIGMA.XModule.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.X_MODULE.UPDATED_AT.XModule.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.X_MODULE.UPDATED_BY. -
Uses of XModule in cn.vertxup.ambient.domain.tables.records
Constructors in cn.vertxup.ambient.domain.tables.records with parameters of type XModuleModifierConstructorDescriptionXModuleRecord(XModule value) Create a detached, initialised XModuleRecord