Package org.hibernate.engine.jdbc.batch.internal
Internals for JDBC batching support.
-
Class Summary Class Description AbstractBatchImpl Convenience base class for implementers of the Batch interface.BasicBatchKey Normal implementation of BatchKeyBatchBuilderImpl A builder forBatch
instances.BatchBuilderInitiator Initiator for theBatchBuilder
serviceBatchingBatch ABatch
implementation which does bathing based on a given size.NonBatchingBatch An implementation ofBatch
which does not perform batching.UnmodifiableBatchBuilderInitiator Initiator for theUnmodifiableBatchBuilderImpl
service usingUnmodifiableBatchBuilderImpl
.