Disable chaching in JPA (eclipselink)
- by James
Hi,
I want to use JPA (eclipselink) to get data from my database. The database is changed by a number of other sources and I therefore want to go back to the database for every find I execute. I have read a number of posts on disabling the cache but this does not seem to be working. Any ideas?
I am trying to execute the following code:
…