Package | Description |
---|---|
org.hibernate.engine.jdbc.batch.internal |
Internals for JDBC batching support.
|
org.hibernate.engine.jdbc.batch.spi |
Defines contracts for JDBC batching support.
|
org.hibernate.engine.jdbc.internal |
Internals for supporting various aspects of JDBC interaction
|
org.hibernate.engine.jdbc.spi |
SPI contracts for supporting various aspects of JDBC interaction
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractBatchImpl
Convenience base class for implementers of the Batch interface.
|
class |
BatchingBatch
A
Batch implementation which does bathing based on a given size. |
class |
NonBatchingBatch
An implementation of
Batch which does not perform batching. |
Modifier and Type | Method and Description |
---|---|
Batch |
BatchBuilderImpl.buildBatch(BatchKey key,
JdbcCoordinator jdbcCoordinator) |
Modifier and Type | Method and Description |
---|---|
Batch |
BatchBuilder.buildBatch(BatchKey key,
JdbcCoordinator jdbcCoordinator)
Build a batch.
|
Modifier and Type | Method and Description |
---|---|
Batch |
JdbcCoordinatorImpl.getBatch(BatchKey key) |
Modifier and Type | Method and Description |
---|---|
Batch |
JdbcCoordinator.getBatch(BatchKey key)
Get a batch instance.
|
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.