|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
Uses of BatchKey in org.hibernate.test.insertordering |
---|
Methods in org.hibernate.test.insertordering with parameters of type BatchKey | |
---|---|
Batch |
InsertOrderingTest.StatsBatchBuilder.buildBatch(BatchKey key,
JdbcCoordinator jdbcCoordinator)
|
Constructors in org.hibernate.test.insertordering with parameters of type BatchKey | |
---|---|
InsertOrderingTest.StatsBatch(BatchKey key,
JdbcCoordinator jdbcCoordinator,
int jdbcBatchSize)
|
Uses of BatchKey in org.hibernate.test.manytomany.batchload |
---|
Methods in org.hibernate.test.manytomany.batchload with parameters of type BatchKey | |
---|---|
Batch |
BatchedManyToManyTest.TestingBatchBuilder.buildBatch(BatchKey key,
JdbcCoordinator jdbcCoordinator)
|
Constructors in org.hibernate.test.manytomany.batchload with parameters of type BatchKey | |
---|---|
BatchedManyToManyTest.TestingBatch(BatchKey key,
JdbcCoordinator jdbcCoordinator)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |