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 |
BasicBatchKey
Normal implementation of BatchKey
|
Modifier and Type | Method and Description |
---|---|
BatchKey |
AbstractBatchImpl.getKey() |
Modifier and Type | Method and Description |
---|---|
Batch |
BatchBuilderImpl.buildBatch(BatchKey key,
JdbcCoordinator jdbcCoordinator) |
Constructor and Description |
---|
AbstractBatchImpl(BatchKey key,
JdbcCoordinator jdbcCoordinator) |
BatchingBatch(BatchKey key,
JdbcCoordinator jdbcCoordinator,
int batchSize)
Constructs a BatchingBatch
|
NonBatchingBatch(BatchKey key,
JdbcCoordinator jdbcCoordinator) |
Modifier and Type | Method and Description |
---|---|
BatchKey |
Batch.getKey()
Retrieves the object being used to key (uniquely identify) this batch.
|
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 © 2021 JBoss by Red Hat. All rights reserved.