mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-07 11:48:18 +00:00
HHH-16220 Add MutationExecutorStandard#getNonBatchedStatementGroup
For Hibernate Reactive
This commit is contained in:
parent
598b782387
commit
c7a651660e
@ -157,6 +157,10 @@ public MutationExecutorStandard(
|
||||
);
|
||||
}
|
||||
|
||||
protected PreparedStatementGroup getNonBatchedStatementGroup() {
|
||||
return nonBatchedStatementGroup;
|
||||
}
|
||||
|
||||
@Override
|
||||
public JdbcValueBindings getJdbcValueBindings() {
|
||||
return valueBindings;
|
||||
|
Loading…
x
Reference in New Issue
Block a user