Uses of Interface
org.hibernate.engine.jdbc.batch.spi.BatchKey
-
Packages that use BatchKey Package Description org.hibernate.engine.jdbc.batch.spi Defines contracts for JDBC batching support.org.hibernate.engine.jdbc.spi SPI contracts for supporting various aspects of JDBC interaction -
-
Uses of BatchKey in org.hibernate.engine.jdbc.batch.spi
Methods in org.hibernate.engine.jdbc.batch.spi that return BatchKey Modifier and Type Method Description 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 Modifier and Type Method Description Batch
BatchBuilder. buildBatch(BatchKey key, JdbcCoordinator jdbcCoordinator)
Build a batch. -
Uses of BatchKey in org.hibernate.engine.jdbc.spi
Methods in org.hibernate.engine.jdbc.spi with parameters of type BatchKey Modifier and Type Method Description Batch
JdbcCoordinator. getBatch(BatchKey key)
Get a batch instance.
-