Uses of Interface
org.hibernate.sql.exec.spi.JdbcMutationExecutor
-
Packages that use JdbcMutationExecutor Package Description org.hibernate.engine.jdbc.spi SPI contracts supporting various aspects of JDBC interaction. -
-
Uses of JdbcMutationExecutor in org.hibernate.engine.jdbc.spi
Methods in org.hibernate.engine.jdbc.spi that return JdbcMutationExecutor Modifier and Type Method Description default JdbcMutationExecutorJdbcServices. getJdbcMutationExecutor()Access the executor forJdbcOperationQueryMutationoperations.
-