Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Blocker
-
Resolution: Invalid
-
Affects Version/s: 2.2-BETA2
-
Fix Version/s: None
-
Component/s: ORM
-
Security Level: All
-
Labels:None
Description
Two entities: A and B
A:
id PRIMARY
b NULLABLE
B:
id PRIMARY
Situation: A.b is null and set to eager loading (with fetch="EAGER"), find(id) is called for object A
Actual Behaviour: The record from A is not found (probably due to an INNER JOIN being used).
Expected behaviour: Entity A is loaded with b set to null (like during lazy loading).
Increasing priority