mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-18 09:05:21 +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
|
@Override
|
||||||
public JdbcValueBindings getJdbcValueBindings() {
|
public JdbcValueBindings getJdbcValueBindings() {
|
||||||
return valueBindings;
|
return valueBindings;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user