类 JobRepositoryFactoryBean

  • 所有已实现的接口:
    org.springframework.beans.factory.FactoryBean<JobRepository>, org.springframework.beans.factory.InitializingBean

    public class JobRepositoryFactoryBean
    extends AbstractJobRepositoryFactoryBean
    implements org.springframework.beans.factory.InitializingBean
    A FactoryBean that automates the creation of a SimpleJobRepository using JDBC DAO implementations which persist batch metadata in database. Requires the user to describe what kind of database they are using.
    作者:
    Ben Hale, Lucas Ward, Dave Syer, Michael Minella