We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8c2824 commit 2933a75Copy full SHA for 2933a75
hibernate-core/src/main/java/org/hibernate/persister/collection/BasicCollectionPersister.java
@@ -208,7 +208,7 @@ private RemoveCoordinator buildDeleteAllCoordinator() {
208
}
209
210
211
- private RowMutationOperations buildRowMutationOperations() {
+ protected RowMutationOperations buildRowMutationOperations() {
212
final OperationProducer insertRowOperationProducer;
213
final RowMutationOperations.Values insertRowValues;
214
if ( !isInverse() && isRowInsertEnabled() ) {
0 commit comments