Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-users] Force query to db and not use cache

I've done a search through this forum and tried just about everything I've
found on here from query hints to the cache annotation and properties in the
persistence.xml file and I cannot force a particular entity to go to the
database every time. 

I have a table that is updated by an outside source every day, and I want to
force going to the database everytime to pick up any changes. No matter what
I do it doesn't go to the database the second time.

I'm wondering if it is the transaction, or possibly the fact I'm using
spring, that is causing it. Anyone else have this issue?

Cheers,
Stephanie
-- 
View this message in context: http://old.nabble.com/Force-query-to-db-and-not-use-cache-tp28726862p28726862.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.



Back to the top