HHH-8743 EntityReferenceInitializerImpl#resolveEntityKey throws
Exception in case of entityKey != null
This commit is contained in:
parent
783831f113
commit
1566586fbf
|
@ -140,7 +140,7 @@ public class EntityReferenceInitializerImpl implements EntityReferenceInitialize
|
||||||
final EntityKey entityKey = processingState.getEntityKey();
|
final EntityKey entityKey = processingState.getEntityKey();
|
||||||
if ( entityKey != null ) {
|
if ( entityKey != null ) {
|
||||||
log.debugf(
|
log.debugf(
|
||||||
"On call to EntityIdentifierReaderImpl#resolve [for %s], EntityKey was already known; " +
|
"On call to EntityIdentifierReaderImpl#resolve, EntityKey was already known; " +
|
||||||
"should only happen on root returns with an optional identifier specified"
|
"should only happen on root returns with an optional identifier specified"
|
||||||
);
|
);
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in New Issue