Uses of Class
com.aizuda.snailjob.template.datasource.persistence.po.RetryDeadLetter
Packages that use RetryDeadLetter
Package
Description
-
Uses of RetryDeadLetter in com.aizuda.snailjob.template.datasource.access
Methods in com.aizuda.snailjob.template.datasource.access that return types with arguments of type RetryDeadLetter -
Uses of RetryDeadLetter in com.aizuda.snailjob.template.datasource.access.task
Methods in com.aizuda.snailjob.template.datasource.access.task that return RetryDeadLetterModifier and TypeMethodDescriptionprotected RetryDeadLetterRetryDeadLetterTaskAccess.doOne(com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper<RetryDeadLetter> query) Methods in com.aizuda.snailjob.template.datasource.access.task that return types with arguments of type RetryDeadLetterModifier and TypeMethodDescriptionprotected List<RetryDeadLetter>RetryDeadLetterTaskAccess.doList(com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper<RetryDeadLetter> query) protected com.baomidou.mybatisplus.extension.plugins.pagination.PageDTO<RetryDeadLetter>RetryDeadLetterTaskAccess.doListPage(com.baomidou.mybatisplus.extension.plugins.pagination.PageDTO<RetryDeadLetter> PageDTO, com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper<RetryDeadLetter> query) Methods in com.aizuda.snailjob.template.datasource.access.task with parameters of type RetryDeadLetterModifier and TypeMethodDescriptionprotected intRetryDeadLetterTaskAccess.doInsert(RetryDeadLetter retryDeadLetter) protected intRetryDeadLetterTaskAccess.doUpdate(RetryDeadLetter retryDeadLetter, com.baomidou.mybatisplus.core.conditions.update.LambdaUpdateWrapper<RetryDeadLetter> query) protected intRetryDeadLetterTaskAccess.doUpdateById(RetryDeadLetter retryDeadLetter) Method parameters in com.aizuda.snailjob.template.datasource.access.task with type arguments of type RetryDeadLetterModifier and TypeMethodDescriptionprotected longRetryDeadLetterTaskAccess.doCount(com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper<RetryDeadLetter> query) protected intRetryDeadLetterTaskAccess.doDelete(com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper<RetryDeadLetter> query) protected intRetryDeadLetterTaskAccess.doInsertBatch(List<RetryDeadLetter> list) protected List<RetryDeadLetter>RetryDeadLetterTaskAccess.doList(com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper<RetryDeadLetter> query) protected com.baomidou.mybatisplus.extension.plugins.pagination.PageDTO<RetryDeadLetter>RetryDeadLetterTaskAccess.doListPage(com.baomidou.mybatisplus.extension.plugins.pagination.PageDTO<RetryDeadLetter> PageDTO, com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper<RetryDeadLetter> query) protected com.baomidou.mybatisplus.extension.plugins.pagination.PageDTO<RetryDeadLetter>RetryDeadLetterTaskAccess.doListPage(com.baomidou.mybatisplus.extension.plugins.pagination.PageDTO<RetryDeadLetter> PageDTO, com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper<RetryDeadLetter> query) protected RetryDeadLetterRetryDeadLetterTaskAccess.doOne(com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper<RetryDeadLetter> query) protected intRetryDeadLetterTaskAccess.doUpdate(RetryDeadLetter retryDeadLetter, com.baomidou.mybatisplus.core.conditions.update.LambdaUpdateWrapper<RetryDeadLetter> query) -
Uses of RetryDeadLetter in com.aizuda.snailjob.template.datasource.persistence.mapper
Method parameters in com.aizuda.snailjob.template.datasource.persistence.mapper with type arguments of type RetryDeadLetterModifier and TypeMethodDescriptionintRetryDeadLetterMapper.insertBatch(List<RetryDeadLetter> retryDeadLetter)