|
Now it is my turn to not follow exactly what you are trying to say.
(note also that all this should be part of another ticket as this was not the reason why I have open this ticket)
Most likely I was not clear. What I was trying to say is that the same exact code that is using 'instrumented' entities (using the InstrumentTask) works in 4.3.1.Final but does not work in 5.0.3.Final. IOW if I have an entity with a LAZY property and a Collection property then in 5.0.3.Final, then:
-
if I first read the collection and then I tried to read the LAZY property, this LAZY property always returns null.
-
if I first read the LAZY property and then the collection, everything is fine.
|