Package | Description |
---|---|
org.hibernate.engine.jdbc.batch.internal | |
org.hibernate.engine.jdbc.batch.spi | |
org.hibernate.engine.jdbc.internal | |
org.hibernate.engine.jdbc.spi |
Modifier and Type | Class and Description |
---|---|
class |
BasicBatchKey |
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) |
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 © 2012 JBoss by Red Hat. All Rights Reserved.