HHH-16220 Add MutationExecutorStandard#getNonBatchedStatementGroup

For Hibernate Reactive
This commit is contained in:
Davide D'Alto 2023-02-22 21:13:48 +00:00
parent ac9f47ae43
commit 16153adde9
No known key found for this signature in database
GPG Key ID: 163581B9C6E9FC17
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;