Class Hibernate5BatchProcessor

All Implemented Interfaces:
BatchProcessor<org.hibernate.Session>, SessionBatchProcessor

public class Hibernate5BatchProcessor extends AbstractHibernateBatchProcessor<org.hibernate.Session> implements SessionBatchProcessor
The Hibernate 5 implementation of the batch processor runs each collection in a new session, and each batch in a separate transaction.