Skip to content

Commit 2933a75

Browse files
committed
HHH-15904 Change scope of BasicCollectionPersister#buildRowMutationOperations
1 parent e8c2824 commit 2933a75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hibernate-core/src/main/java/org/hibernate/persister/collection/BasicCollectionPersister.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ private RemoveCoordinator buildDeleteAllCoordinator() {
208208
}
209209

210210

211-
private RowMutationOperations buildRowMutationOperations() {
211+
protected RowMutationOperations buildRowMutationOperations() {
212212
final OperationProducer insertRowOperationProducer;
213213
final RowMutationOperations.Values insertRowValues;
214214
if ( !isInverse() && isRowInsertEnabled() ) {

0 commit comments

Comments
 (0)