类 JobRepositoryTestUtils

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

    public class JobRepositoryTestUtils
    extends AbstractJdbcBatchMetadataDao
    implements org.springframework.beans.factory.InitializingBean
    Convenience class for creating and removing JobExecution instances from a database. Typical usage in test case would be to create instances before a transaction, save the result, and then use it to remove them after the transaction.
    作者:
    Dave Syer, Mahmoud Ben Hassine