Example usage for org.springframework.batch.item.database HibernateItemWriter subclass-usage

List of usage examples for org.springframework.batch.item.database HibernateItemWriter subclass-usage

Introduction

In this page you can find the example usage for org.springframework.batch.item.database HibernateItemWriter subclass-usage.

Usage

From source file org.obiba.onyx.core.etl.participant.impl.ParticipantWriter.java

/**
 * Spring Batch ItemWriter for Participant items, used in the second step of Appointment List Update job.
 */
public class ParticipantWriter extends HibernateItemWriter<Participant> {

}