Hi, the list i have a little question about the live cycle of object in open JPA 1.2.1 as i look the code i understand this: ->the root is the persistent object ->then you use a statemanager to manage state ;) and also as a key in the weak reference Map(ManagedCache or fist level cache) ->so if we dereference the persistent object , the object is GCed and the disapear from the first level cache (as state manager is not root referenced) Is this correct ? i ask this question to better why agressive flushing(setTrackChangesByType) just touch to second level cache. Regards marc
-- View this message in context: http://openjpa.208410.n2.nabble.com/understanting-GC-live-cycle-of-object-statemanager-first-level-cache-tp5541894p5541894.html Sent from the OpenJPA Users mailing list archive at Nabble.com.
