| 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.transaction.internal | |
| org.hibernate.engine.transaction.spi |
| 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 |
|---|---|
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! |
| Constructor and Description |
|---|
ResultSetReturnImpl(JdbcCoordinator jdbcCoordinator)
Constructs a ResultSetReturnImpl
|
| 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 © 2001-2015 Red Hat, Inc. All Rights Reserved.