HHH-16220 Add MutationExecutorStandard#getNonBatchedStatementGroup

For Hibernate Reactive
This commit is contained in:
Davide D'Alto 2023-02-22 21:13:48 +00:00 committed by Christian Beikov
parent 598b782387
commit c7a651660e
1 changed files with 4 additions and 0 deletions

View File

@ -157,6 +157,10 @@ public class MutationExecutorStandard extends AbstractMutationExecutor {
);
}
protected PreparedStatementGroup getNonBatchedStatementGroup() {
return nonBatchedStatementGroup;
}
@Override
public JdbcValueBindings getJdbcValueBindings() {
return valueBindings;