类 BasicBatchConfigurer

  • 所有已实现的接口:
    org.springframework.batch.core.configuration.annotation.BatchConfigurer
    直接已知子类:
    JpaBatchConfigurer

    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
      • determineIsolationLevel

        protected String determineIsolationLevel()
        Determine the isolation level for create* operation of the JobRepository.
        返回:
        the isolation level or null to use the default
      • createTransactionManager

        protected org.springframework.transaction.PlatformTransactionManager createTransactionManager()