Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Duplicate
-
Affects Version/s: 2.1
-
Fix Version/s: None
-
Component/s: ORM
-
Security Level: All
-
Labels:None
-
Environment:Ubuntu 10.04, PHP5.3
Description
To replace the need for database triggers, we use separate subscribers to, upon @PostLoad, add data that's loaded from other sources.
However, if using result caching, these events are never triggered.
Issue Links
- duplicates
-
DDC-217
Result cache should cache the SQL result and not the final objects
-
I'd be happy to submit a PR, but I want to be sure that my expectation of @PostLoad being called applies to deserialization as well as hydration...