HHH-16220 Add MutationExecutorStandard#getNonBatchedStatementGroup
For Hibernate Reactive
This commit is contained in:
parent
598b782387
commit
c7a651660e
|
@ -157,6 +157,10 @@ public class MutationExecutorStandard extends AbstractMutationExecutor {
|
|||
);
|
||||
}
|
||||
|
||||
protected PreparedStatementGroup getNonBatchedStatementGroup() {
|
||||
return nonBatchedStatementGroup;
|
||||
}
|
||||
|
||||
@Override
|
||||
public JdbcValueBindings getJdbcValueBindings() {
|
||||
return valueBindings;
|
||||
|
|
Loading…
Reference in New Issue