Re: [hibernate-dev] Attribute laziness and caching

2015-11-13 Thread Steve Ebersole
So here is what I plan to do since I have heard no replies... I went ahead and migrated the tests using enhancement+caching to use the testing runtime enhancement capabilities Luis and I have built. On top of that I am going to start adding more detailed assertions. It does seem to me that even

Re: [hibernate-dev] Attribute laziness and caching

2015-11-13 Thread Steve Ebersole
I worry that this stuff may just not work too. The tests that tested this stuff all expected the the involved entities to be build time enhanced prior to launching the tests. Which of course they aren't. So all the tests for enhancement + caching have effectively been skipped for years. On Fri,

Re: [hibernate-dev] Attribute laziness and caching

2015-11-13 Thread Steve Ebersole
Gah, hit send too soon :) This comes up because I am working on the idea of lazy attribute fetch groups. This means that the simple boolean that we used to store is no longer going to be sufficient. This ties in with the discussion I started the other day about using attribute indexes versus att