We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab86099 commit 7ba3bb9Copy full SHA for 7ba3bb9
hibernate-core/src/main/java/org/hibernate/engine/spi/CollectionEntry.java
@@ -375,7 +375,7 @@ public void setRole(String role) {
375
@Override
376
public String toString() {
377
String result = "CollectionEntry" +
378
- MessageHelper.collectionInfoString( loadedPersister.getRole(), loadedKey );
+ MessageHelper.collectionInfoString( role, loadedKey );
379
if ( currentPersister != null ) {
380
result += "->" +
381
MessageHelper.collectionInfoString( currentPersister.getRole(), currentKey );
0 commit comments