Eclipselink and update trigger on multiple access to the database
Posted
by Raven
on Stack Overflow
See other posts from Stack Overflow
or by Raven
Published on 2010-04-13T08:35:44Z
Indexed on
2010/04/22
23:33 UTC
Read the original article
Hit count: 209
Hi,
in my project I have a database which many clients connect to. Concurrent access and writing works well. The problem now is not to reload the data every second from the database to always have the current status of the data.
Does Eclipselink provide a trigger mechanism on (automatically?) reload the data if the database is changed? How would one use this trigger?
Thanks!
© Stack Overflow or respective owner