类 BatchletStep

  • 所有已实现的接口:
    Step, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.InitializingBean

    public class BatchletStep
    extends TaskletStep
    Special sub class of the TaskletStep for use with JSR-352 jobs. This implementation addresses the registration of a BatchPropertyContext for resolution of late binding parameters.
    从以下版本开始:
    3.0
    作者:
    Michael Minella