IN PROGRESS - BATCH-518: clean up the *Or* repository methods

renamed saveOrUpdateExecutionContext to persistExecutionContext (since EC has no identity 'save vs. update' doesn't apply).
This commit is contained in:
robokaso
2008-07-28 11:47:34 +00:00
parent 035fe28113
commit f67acdc56b
21 changed files with 42 additions and 41 deletions

View File

@@ -69,7 +69,7 @@ public class JobRepositorySupport implements JobRepository {
/* (non-Javadoc)
* @see org.springframework.batch.core.repository.JobRepository#saveOrUpdateExecutionContext(org.springframework.batch.core.StepExecution)
*/
public void saveOrUpdateExecutionContext(StepExecution stepExecution) {
public void persistExecutionContext(StepExecution stepExecution) {
}
public void save(StepExecution stepExecution) {