Uses of Interface
org.hibernate.engine.jdbc.batch.spi.BatchKey
-
Packages that use BatchKey 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 interactionorg.hibernate.engine.jdbc.spi SPI contracts for supporting various aspects of JDBC interaction -
-
Uses of BatchKey in org.hibernate.engine.jdbc.batch.internal
Classes in org.hibernate.engine.jdbc.batch.internal that implement BatchKey Modifier and Type Class Description classBasicBatchKeyNormal implementation of BatchKeyMethods in org.hibernate.engine.jdbc.batch.internal that return BatchKey Modifier and Type Method Description BatchKeyAbstractBatchImpl. getKey()Methods in org.hibernate.engine.jdbc.batch.internal with parameters of type BatchKey Modifier and Type Method Description BatchBatchBuilderImpl. buildBatch(BatchKey key, JdbcCoordinator jdbcCoordinator)Constructors in org.hibernate.engine.jdbc.batch.internal with parameters of type BatchKey Constructor Description AbstractBatchImpl(BatchKey key, JdbcCoordinator jdbcCoordinator)BatchingBatch(BatchKey key, JdbcCoordinator jdbcCoordinator, int batchSize)Constructs a BatchingBatchNonBatchingBatch(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 Modifier and Type Method Description BatchKeyBatch. 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 BatchBatchBuilder. 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 Modifier and Type Method Description BatchJdbcCoordinatorImpl. getBatch(BatchKey key) -
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 BatchJdbcCoordinator. getBatch(BatchKey key)Get a batch instance.
-