Package org.hibernate.engine.jdbc.batch.spi
Defines contracts for JDBC batching support.
-
Interface Summary Interface Description Batch Represents a batch of statements to be executed together.BatchBuilder A builder forBatch
instances.BatchKey Unique key for batch identification.BatchObserver An observer contract for batch events.