Package org.springframework.cloud.task.repository.dao
package org.springframework.cloud.task.repository.dao
Interface DAO and default implementations for storing and retrieving data for tasks
from a repository.
-
ClassDescriptionStores Task Execution Information to a JDBC DataSource.Stores Task Execution Information to a in-memory map.Data Access Object for task executions.