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
JdbcMutationOperationwhich describes mutations related to persistence-context events
-
Method Summary
Methods inherited from interface CacheableJdbcOperation
dependsOnParameterBindings, isCompatibleWithMethods inherited from interface JdbcOperation
getParameterBinders, getSqlStringMethods inherited from interface JdbcOperationQuery
getAppliedParametersMethods inherited from interface PrimaryOperation
getAffectedTableNames