Package org.hibernate.sql.exec.spi
Interface JdbcMutation
- All Superinterfaces:
JdbcOperation
,PrimaryOperation
- All Known Subinterfaces:
JdbcOperationQueryInsert
,JdbcOperationQueryMutation
Primary operation, which is an (
INSERT
, UPDATE
or DELETE
) performed via JDBC.-
Method Summary
Methods inherited from interface org.hibernate.sql.exec.spi.JdbcOperation
getParameterBinders, getSqlString
Methods inherited from interface org.hibernate.sql.exec.spi.PrimaryOperation
getAffectedTableNames