Uses of Interface
org.hibernate.sql.model.PreparableMutationOperation
Packages that use PreparableMutationOperation
Package
Description
Defines contracts for JDBC batching support.
SPI contracts supporting various aspects of JDBC interaction.
Extensions to
JdbcOperation for model mutations.-
Uses of PreparableMutationOperation in org.hibernate.action.queue.spi.bind
Methods in org.hibernate.action.queue.spi.bind with parameters of type PreparableMutationOperationModifier and TypeMethodDescriptionstatic MutationBindTemplateMutationBindTemplate.forOperation(PreparableMutationOperation operation) Resolve the slot template for the given mutation operation. -
Uses of PreparableMutationOperation in org.hibernate.engine.jdbc.batch.spi
Methods in org.hibernate.engine.jdbc.batch.spi with parameters of type PreparableMutationOperationModifier and TypeMethodDescriptiondefault SingleStatementBatchBatchBuilder.buildSingleStatementBatch(BatchKey key, Integer batchSize, PreparableMutationOperation mutationOperation, JdbcCoordinator jdbcCoordinator) Build a batch for a single JDBC statement shape. -
Uses of PreparableMutationOperation in org.hibernate.engine.jdbc.spi
Methods in org.hibernate.engine.jdbc.spi with parameters of type PreparableMutationOperationModifier and TypeMethodDescriptionJdbcCoordinator.getGroupedBatch(BatchKey key, Integer batchSize, PreparableMutationOperation mutationOperation) Get a mutation batch for a single preparable mutation operation.JdbcCoordinator.getSingleStatementBatch(BatchKey key, Integer batchSize, PreparableMutationOperation mutationOperation) Get a batch for a single JDBC statement shape. -
Uses of PreparableMutationOperation in org.hibernate.sql.model.jdbc
Subinterfaces of PreparableMutationOperation in org.hibernate.sql.model.jdbcModifier and TypeInterfaceDescriptioninterfaceJdbcOperationextension for model mutations stemming from persistence context flushesClasses in org.hibernate.sql.model.jdbc that implement PreparableMutationOperationModifier and TypeClassDescriptionclassclassclassDescriptor for a table insert originating from a flushclassDescribes the update of a single tableclassJdbcMutationOperationimplementation for MERGE handlingclassJdbcMutationOperationimplementation for UPSERT handling