[ 
https://issues.apache.org/jira/browse/OPENJPA-2524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14097390#comment-14097390
 ] 

brian yoder commented on OPENJPA-2524:
--------------------------------------

Rick - Just wanted to add that I like your test case, clever way to test LAZY 
caching.  Nice work.  Any ETA on 2.4.0 release date.

> Lazy fields are not updated in L2 cache.
> ----------------------------------------
>
>                 Key: OPENJPA-2524
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-2524
>             Project: OpenJPA
>          Issue Type: Bug
>    Affects Versions: 2.3.0
>            Reporter: brian yoder
>
> If you have a cached entity in the L2 cache and later fetch a LAZY field from 
> the entity it will fetch it from the DB.  However it won't update the cached 
> entity with the lazy field value, which is what I would expect.  It is 
> prefered if the Entity would get updated in L2 cache, so that subsequent 
> calls don't hit the DB again and again.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to