|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BatchKey | |
---|---|
org.hibernate.engine.jdbc.batch.internal | |
org.hibernate.engine.jdbc.batch.spi | |
org.hibernate.engine.jdbc.internal | |
org.hibernate.engine.jdbc.spi |
Uses of BatchKey in org.hibernate.engine.jdbc.batch.internal |
---|
Classes in org.hibernate.engine.jdbc.batch.internal that implement BatchKey | |
---|---|
class |
BasicBatchKey
|
Methods in org.hibernate.engine.jdbc.batch.internal that return BatchKey | |
---|---|
BatchKey |
AbstractBatchImpl.getKey()
|
Methods in org.hibernate.engine.jdbc.batch.internal with parameters of type BatchKey | |
---|---|
Batch |
BatchBuilderImpl.buildBatch(BatchKey key,
JdbcCoordinator jdbcCoordinator)
|
Constructors in org.hibernate.engine.jdbc.batch.internal with parameters of type BatchKey | |
---|---|
AbstractBatchImpl(BatchKey key,
JdbcCoordinator jdbcCoordinator)
|
|
BatchingBatch(BatchKey key,
JdbcCoordinator jdbcCoordinator,
int batchSize)
|
|
NonBatchingBatch(BatchKey key,
JdbcCoordinator jdbcCoordinator)
|
Uses of BatchKey in org.hibernate.engine.jdbc.batch.spi |
---|
Methods in org.hibernate.engine.jdbc.batch.spi that return BatchKey | |
---|---|
BatchKey |
Batch.getKey()
Retrieves the object being used to key (uniquely identify) this batch. |
Methods in org.hibernate.engine.jdbc.batch.spi with parameters of type BatchKey | |
---|---|
Batch |
BatchBuilder.buildBatch(BatchKey key,
JdbcCoordinator jdbcCoordinator)
Build a batch. |
Uses of BatchKey in org.hibernate.engine.jdbc.internal |
---|
Methods in org.hibernate.engine.jdbc.internal with parameters of type BatchKey | |
---|---|
Batch |
JdbcCoordinatorImpl.getBatch(BatchKey key)
|
Uses of BatchKey in org.hibernate.engine.jdbc.spi |
---|
Methods in org.hibernate.engine.jdbc.spi with parameters of type BatchKey | |
---|---|
Batch |
JdbcCoordinator.getBatch(BatchKey key)
Get a batch instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |