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!