Class Hibernate6BatchProcessor

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

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