HHH-16220 Add MutationExecutorStandard#getNonBatchedStatementGroup
For Hibernate Reactive
This commit is contained in:
parent
ac9f47ae43
commit
16153adde9
|
@ -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