Uses of Class
com.atlassian.confluence.impl.backgroundjob.dao.BackgroundJobDAO
-
Packages that use BackgroundJobDAO Package Description com.atlassian.confluence.impl.backgroundjob -
-
Uses of BackgroundJobDAO in com.atlassian.confluence.impl.backgroundjob
Constructors in com.atlassian.confluence.impl.backgroundjob with parameters of type BackgroundJobDAO Constructor Description BackgroundJobCleaner(BackgroundJobDAO backgroundJobDAO)
BackgroundJobService(BackgroundJobDAO backgroundJobDAO, List<BackgroundJobProcessor> processors, Supplier<Instant> timeSupplier, Supplier<org.springframework.transaction.support.TransactionTemplate> transactionTemplateSupplier)
BackgroundJobService(BackgroundJobDAO backgroundJobDAO, org.springframework.transaction.PlatformTransactionManager transactionManager, List<BackgroundJobProcessor> processors)
-