Uses of Interface
org.hibernate.sql.exec.spi.JdbcMutationExecutor
Packages that use JdbcMutationExecutor
Package
Description
SPI contracts supporting various aspects of JDBC interaction.
Implementation of the SPI for execution of SQL statements via JDBC.
-
Uses of JdbcMutationExecutor in org.hibernate.engine.jdbc.spi
Methods in org.hibernate.engine.jdbc.spi that return JdbcMutationExecutorModifier and TypeMethodDescriptiondefault JdbcMutationExecutor
JdbcServices.getJdbcMutationExecutor()
Access the executor forJdbcOperationQueryMutation
operations. -
Uses of JdbcMutationExecutor in org.hibernate.sql.exec.internal
Classes in org.hibernate.sql.exec.internal that implement JdbcMutationExecutor