Example usage for org.springframework.batch.core.repository.dao MapStepExecutionDao subclass-usage

List of usage examples for org.springframework.batch.core.repository.dao MapStepExecutionDao subclass-usage

Introduction

In this page you can find the example usage for org.springframework.batch.core.repository.dao MapStepExecutionDao subclass-usage.

Usage

From source file org.trpr.platform.batch.impl.spring.admin.repository.MapStepExecutionDao.java

/**
 * A modification of @see {org.springframework.batch.core.repository.dao.MapStepExecutionDao}, to improve 
 * efficiency by not doing a full serialization and deserialization while copying. Also added method to 
 * remove StepExecutions
 * 
 * @author devashishshankar