HHH-16295 - trivial correction in JdbcUpdateMutation

Signed-off-by: Jan Schatteman <jschatte@redhat.com>
This commit is contained in:
Jan Schatteman 2023-03-17 21:49:14 +01:00 committed by Jan Schatteman
parent 6d968dc0ef
commit 15873c17fb
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ public class JdbcUpdateMutation extends AbstractJdbcMutation {
@Override
public MutationType getMutationType() {
return MutationType.INSERT;
return MutationType.UPDATE;
}
@Override