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

View File

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