类 StepBuilderFactory

    • 构造器概要

      构造器 
      构造器说明
      StepBuilderFactory​(JobRepository jobRepository, org.springframework.transaction.PlatformTransactionManager transactionManager) 
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型方法说明
      StepBuilderget​(java.lang.String name)
      Creates a step builder and initializes its job repository and transaction manager.
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • StepBuilderFactory

        public StepBuilderFactory​(JobRepository jobRepository,
                                  org.springframework.transaction.PlatformTransactionManager transactionManager)
    • 方法详细资料

      • get

        public StepBuilder get​(java.lang.String name)
        Creates a step builder and initializes its job repository and transaction manager. Note that if the builder is used to create a @Bean definition then the name of the step and the bean name might be different.
        参数:
        name - the name of the step
        返回:
        a step builder