Funny timing as I am tackling this same question in my LoadPlan work, which is meant as the "pretty serious changes to the concepts of Loader and JoinWalker and OuterJoinableAssociation" referenced in HHH-2277.
I cannot think of anything specific in those changes that would be "JVM dependent". Though we have run into that situation before. I recall us having to fix insidious problems where code would rely on iteration order of non-ordered collections and different JVMs handling that differently.
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
Funny timing as I am tackling this same question in my LoadPlan work, which is meant as the "pretty serious changes to the concepts of Loader and JoinWalker and OuterJoinableAssociation" referenced in
HHH-2277.I cannot think of anything specific in those changes that would be "JVM dependent". Though we have run into that situation before. I recall us having to fix insidious problems where code would rely on iteration order of non-ordered collections and different JVMs handling that differently.