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 4f9a42b commit 791152dCopy full SHA for 791152d
hibernate-core/src/main/java/org/hibernate/metamodel/mapping/internal/ToOneAttributeMapping.java
@@ -1583,8 +1583,7 @@ public static class EntityB {
1583
}
1584
1585
else if ( hasNotFoundAction()
1586
- || getAssociatedEntityMappingType().getSoftDeleteMapping() != null
1587
- || affectedByEnabledFilters ) {
+ || getAssociatedEntityMappingType().getSoftDeleteMapping() != null ) {
1588
// For the target side only add keyResult when a not-found action is present
1589
keyResult = foreignKeyDescriptor.createTargetDomainResult(
1590
fetchablePath,
0 commit comments