Uses of Interface
org.hibernate.engine.jdbc.batch.spi.SingleStatementBatch
Packages that use SingleStatementBatch
Package
Description
Defines contracts for JDBC batching support.
SPI contracts supporting various aspects of JDBC interaction.
-
Uses of SingleStatementBatch in org.hibernate.engine.jdbc.batch.spi
Methods in org.hibernate.engine.jdbc.batch.spi that return SingleStatementBatchModifier and TypeMethodDescriptiondefault SingleStatementBatchBatchBuilder.buildSingleStatementBatch(BatchKey key, Integer batchSize, PreparableMutationOperation mutationOperation, JdbcCoordinator jdbcCoordinator) Build a batch for a single JDBC statement shape. -
Uses of SingleStatementBatch in org.hibernate.engine.jdbc.spi
Methods in org.hibernate.engine.jdbc.spi that return SingleStatementBatchModifier and TypeMethodDescriptionJdbcCoordinator.getSingleStatementBatch(BatchKey key, Integer batchSize, PreparableMutationOperation mutationOperation) Get a batch for a single JDBC statement shape.