andrus commented on PR #627: URL: https://github.com/apache/cayenne/pull/627#issuecomment-2674507071
I am +1 on this approach in 4.2. I guess in 5.0 we should get rid of the Persistent contract of ObjectStorePersistentWrapper and make the internal ObjectStore map use explicit boundaries: ``` - protected Map<Object, Persistent> objectMap; + protected Map<ObjectId, SomeNewHolder> objectMap; ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@cayenne.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org