Class Hierarchy

Interface Hierarchy

  • org.springframework.cloud.task.batch.partition.CommandLineArgsProvider
  • org.springframework.cloud.task.batch.partition.EnvironmentVariablesProvider
  • org.springframework.cloud.task.repository.database.PagingQueryProvider
  • org.springframework.data.repository.query.QueryByExampleExecutor<T>
    • org.springframework.data.jpa.repository.JpaRepository<T,ID> (also extends org.springframework.data.repository.CrudRepository<T,ID>, org.springframework.data.repository.PagingAndSortingRepository<T,ID>)
  • org.springframework.data.repository.Repository<T,ID>
    • org.springframework.data.repository.CrudRepository<T,ID>
      • org.springframework.data.jpa.repository.JpaRepository<T,ID> (also extends org.springframework.data.repository.PagingAndSortingRepository<T,ID>, org.springframework.data.repository.query.QueryByExampleExecutor<T>)
    • org.springframework.data.repository.PagingAndSortingRepository<T,ID>
      • org.springframework.data.jpa.repository.JpaRepository<T,ID> (also extends org.springframework.data.repository.CrudRepository<T,ID>, org.springframework.data.repository.query.QueryByExampleExecutor<T>)
  • org.springframework.cloud.task.batch.listener.TaskBatchDao
  • org.springframework.cloud.task.configuration.TaskConfigurer
  • org.springframework.cloud.task.repository.dao.TaskExecutionDao
  • org.springframework.cloud.task.listener.TaskExecutionListener
  • org.springframework.cloud.task.repository.TaskExplorer
  • org.springframework.cloud.task.repository.TaskNameResolver
  • org.springframework.cloud.task.repository.TaskRepository

Annotation Type Hierarchy

  • org.springframework.cloud.task.listener.annotation.AfterTask (implements java.lang.annotation.Annotation)
  • org.springframework.cloud.task.listener.annotation.BeforeTask (implements java.lang.annotation.Annotation)
  • org.springframework.cloud.task.configuration.EnableTask (implements java.lang.annotation.Annotation)
  • org.springframework.cloud.task.launcher.annotation.EnableTaskLauncher (implements java.lang.annotation.Annotation)
  • org.springframework.cloud.task.listener.annotation.FailedTask (implements java.lang.annotation.Annotation)

Enum Hierarchy