Class ProcessJobRetryLogDaoImpl
Object
AbstractJPADao<ProcessJobRetryLog,Long>
AbstractHibridDao<ProcessJobRetryLog,Long>
ProcessJobRetryLogDaoImpl
- All Implemented Interfaces:
Dao<ProcessJobRetryLog,,Long> ProcessJobRetryLogDao
@Repository
public class ProcessJobRetryLogDaoImpl
extends AbstractHibridDao<ProcessJobRetryLog,Long>
implements ProcessJobRetryLogDao
-
Field Summary
Fields inherited from class AbstractHibridDao
jdbcTemplate, platform -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<JobRetrySummary> getRetryJobBatch(int limit) List<JobRetrySummary> getRetryJobBatch(int limit, int maxRetryCount) Methods inherited from class AbstractHibridDao
getJdbcTemplate, getPlatform, setJdbcTemplate, setPlatformMethods inherited from class AbstractJPADao
findById, getEntityManager, read, read, remove, removeById, save, setEntityManager, update
-
Constructor Details
-
ProcessJobRetryLogDaoImpl
public ProcessJobRetryLogDaoImpl()
-
-
Method Details
-
getRetryJobBatch
- Specified by:
getRetryJobBatchin interfaceProcessJobRetryLogDao
-
getRetryJobBatch
- Specified by:
getRetryJobBatchin interfaceProcessJobRetryLogDao
-