|
Hi Steve,
I am not sure that is the problem. I did a clone from the master and I am having problems .
It is late here, so I will try in the morning. If I have to, I can blow away the branch and re-branch. Right now I am just modifying the Loader class.
During the 30 minute builds, I am writting up the problem that I have seen looking into
HHH-2277
(bidirectional <key-many-to-one> both lazy=false fetch=join lead to infinite loop), and my proposed approach, and I can post the code as well for your review (sub optimal I know). The code is a little brute force. So, we may want to put some call backs into some of the Type hierarchy classes, so as to remove type specific logic from the Loader and allow polymorphism to handle Type subclass specific behavior. At the end of the day we can proof of concept it and then refactor if needed .
Type at you tomorrow,
Jeff
|