Package org.hibernate.sql.exec.spi
Interface JdbcOperationQueryMutation
- All Superinterfaces:
CacheableJdbcOperation
,JdbcMutation
,JdbcOperation
,JdbcOperationQuery
,PrimaryOperation
- All Known Subinterfaces:
JdbcOperationQueryInsert
Specialization of JdbcOperation for cases which mutate
table state (i.e. inserts, update, delete and some callables).
- API Note:
- This contract describes mutations specified via query forms
and is very different from
JdbcMutationOperation
which describes mutations related to persistence-context events
-
Method Summary
Methods inherited from interface org.hibernate.sql.exec.spi.CacheableJdbcOperation
dependsOnParameterBindings, isCompatibleWith
Methods inherited from interface org.hibernate.sql.exec.spi.JdbcOperation
getParameterBinders, getSqlString
Methods inherited from interface org.hibernate.sql.exec.spi.JdbcOperationQuery
getAppliedParameters
Methods inherited from interface org.hibernate.sql.exec.spi.PrimaryOperation
getAffectedTableNames