类 BasicBatchConfigurer

  • 所有已实现的接口:
    org.springframework.batch.core.configuration.annotation.BatchConfigurer

    public class BasicBatchConfigurer
    extends Object
    implements org.springframework.batch.core.configuration.annotation.BatchConfigurer
    Basic BatchConfigurer implementation.
    • 方法详细资料

      • getJobRepository

        public org.springframework.batch.core.repository.JobRepository getJobRepository()
        指定者:
        getJobRepository 在接口中 org.springframework.batch.core.configuration.annotation.BatchConfigurer
      • getTransactionManager

        public org.springframework.transaction.PlatformTransactionManager getTransactionManager()
        指定者:
        getTransactionManager 在接口中 org.springframework.batch.core.configuration.annotation.BatchConfigurer
      • getJobLauncher

        public org.springframework.batch.core.launch.JobLauncher getJobLauncher()
        指定者:
        getJobLauncher 在接口中 org.springframework.batch.core.configuration.annotation.BatchConfigurer
      • getJobExplorer

        public org.springframework.batch.core.explore.JobExplorer getJobExplorer()
                                                                          throws Exception
        指定者:
        getJobExplorer 在接口中 org.springframework.batch.core.configuration.annotation.BatchConfigurer
        抛出:
        Exception
      • createTransactionManager

        protected org.springframework.transaction.PlatformTransactionManager createTransactionManager()