Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-users] Query Cache Issue

Hi,

I am using eclipselink jpa 2.1.1, and transactional scoped em. When i merge/update an entity in one transaction and then read it using select query in another transaction, it gives me the cached copy. And not the one in db. How can i control this behavior from persistence.xml.

I have tried 
<property name="eclipselink.query-results-cache" value="false"/>
But not working.



Thanks 

Back to the top