HHH-18617 Avoid reading unowned association key when filters are enabled
This commit is contained in:
parent
aecb1d9e86
commit
0f0f50de96
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue