Uses of Interface
org.springframework.cloud.task.repository.dao.TaskExecutionDao
Packages that use TaskExecutionDao
Package
Description
Interface DAO and default implementations for storing and retrieving data for tasks
from a repository.
Classes used for setting up and supporting a task repositories.
-
Uses of TaskExecutionDao in org.springframework.cloud.task.repository.dao
Classes in org.springframework.cloud.task.repository.dao that implement TaskExecutionDaoModifier and TypeClassDescriptionclass
Stores Task Execution Information to a JDBC DataSource.class
Stores Task Execution Information to a in-memory map. -
Uses of TaskExecutionDao in org.springframework.cloud.task.repository.support
Methods in org.springframework.cloud.task.repository.support that return TaskExecutionDaoModifier and TypeMethodDescriptionTaskExecutionDaoFactoryBean.getObject()
SimpleTaskRepository.getTaskExecutionDao()
Retrieves the taskExecutionDao associated with this repository.Constructor parameters in org.springframework.cloud.task.repository.support with type arguments of type TaskExecutionDaoModifierConstructorDescriptionSimpleTaskRepository
(org.springframework.beans.factory.FactoryBean<TaskExecutionDao> taskExecutionDaoFactoryBean) SimpleTaskRepository
(org.springframework.beans.factory.FactoryBean<TaskExecutionDao> taskExecutionDaoFactoryBean, Integer maxExitMessageSize, Integer maxTaskNameSize, Integer maxErrorMessageSize)