|
|
|
|
|
|
| Re: Weird problems while saving and reading Calendar in jpa [message #962625 is a reply to message #905575] |
Mon, 29 October 2012 03:52  |
Khurshed Salimov Messages: 7 Registered: July 2012 |
Junior Member |
|
|
|
"eclipselink.temporal.mutable"="true" only makes changes to mutable data or Calendar to be able to track by persistence context. But problem was in shared cache. Because when inserting entity it will added to shared cache and while reading back from shared cache copy of calendar is created. That is the real cause of problem since here we are making new copy of calendar instance not building new one after executing database query.
|
|
|
Powered by
FUDForum. Page generated in 0.01660 seconds