We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7211a9d commit a760f9aCopy full SHA for a760f9a
hibernate-core/src/main/java/org/hibernate/metamodel/mapping/internal/ToOneAttributeMapping.java
@@ -1587,8 +1587,7 @@ public static class EntityB {
1587
}
1588
1589
else if ( hasNotFoundAction()
1590
- || getAssociatedEntityMappingType().getSoftDeleteMapping() != null
1591
- || affectedByEnabledFilters ) {
+ || getAssociatedEntityMappingType().getSoftDeleteMapping() != null ) {
1592
// For the target side only add keyResult when a not-found action is present
1593
keyResult = foreignKeyDescriptor.createTargetDomainResult(
1594
fetchablePath,
0 commit comments