Interface BatchProcessor<S>

All Known Implementing Classes:
AbstractBatchProcessor

public interface BatchProcessor<S>
Threadsafe batch processor. This processor is essentially a heavyweight generic DAO for processing operations over a collection of entities. For more information on the implementation details, please see the javadoc for AbstractBatchProcessor.