| 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 |
|---|---|
Batch |
BatchBuilder.buildBatch(BatchKey key,
JdbcCoordinator jdbcCoordinator)
Build a batch.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JdbcCoordinatorImpl
Standard Hibernate implementation of
JdbcCoordinator
IMPL NOTE : Custom serialization handling! |
| Modifier and Type | Method and Description |
|---|---|
JdbcCoordinator |
TransactionCoordinatorImpl.getJdbcCoordinator() |
| Modifier and Type | Method and Description |
|---|---|
JdbcCoordinator |
TransactionCoordinator.getJdbcCoordinator()
Retrieves the JDBC coordinator currently operating within this transaction coordinator.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.