I think that code in Enhancer#generateFieldWriter looks a little fishy in terms of how it is applied on top of lazy loading. It seems like the in-line dirty checks happen before the call to the partial lazy load interceptor is made. I don't think that is correct. I think it needs to be ordered how I have it above...
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
I think that code in Enhancer#generateFieldWriter looks a little fishy in terms of how it is applied on top of lazy loading. It seems like the in-line dirty checks happen before the call to the partial lazy load interceptor is made. I don't think that is correct. I think it needs to be ordered how I have it above...