类 JobExplorerFactoryBean

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

    public class JobExplorerFactoryBean
    extends AbstractJobExplorerFactoryBean
    implements org.springframework.beans.factory.InitializingBean
    A FactoryBean that automates the creation of a SimpleJobExplorer using JDBC DAO implementations. Requires the user to describe what kind of database they are using.
    从以下版本开始:
    2.0
    作者:
    Dave Syer