HHH-18617 Avoid reading unowned association key when filters are enabled
This commit is contained in:
parent
ce7aeaecb0
commit
e5494fd227
|
@ -1583,8 +1583,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