HHH-18617 Avoid reading unowned association key when filters are enabled

This commit is contained in:
Marco Belladelli 2024-09-17 11:33:07 +02:00
parent aecb1d9e86
commit 0f0f50de96
1 changed files with 1 additions and 2 deletions

View File

@ -1587,8 +1587,7 @@ public class ToOneAttributeMapping
}
}
else if ( hasNotFoundAction()
|| getAssociatedEntityMappingType().getSoftDeleteMapping() != null
|| affectedByEnabledFilters ) {
|| getAssociatedEntityMappingType().getSoftDeleteMapping() != null ) {
// For the target side only add keyResult when a not-found action is present
keyResult = foreignKeyDescriptor.createTargetDomainResult(
fetchablePath,