Uses of Interface
org.hibernate.engine.jdbc.spi.MutationStatementPreparer
Packages that use MutationStatementPreparer
Package
Description
Internals for supporting various aspects of JDBC interaction
SPI contracts supporting various aspects of JDBC interaction.
-
Uses of MutationStatementPreparer in org.hibernate.engine.jdbc.internal
Classes in org.hibernate.engine.jdbc.internal that implement MutationStatementPreparerMethods in org.hibernate.engine.jdbc.internal that return MutationStatementPreparer -
Uses of MutationStatementPreparer in org.hibernate.engine.jdbc.spi
Methods in org.hibernate.engine.jdbc.spi that return MutationStatementPreparerModifier and TypeMethodDescriptionJdbcCoordinator.getMutationStatementPreparer()
The builder of prepared and callable JDBC statements for mutation operations (insert, update and delete) originating from persistent context events, as opposed to Query handling