Hi all,
my application uses only one session object who is always connected to the underlying DB (MySQL).
Unfortunately i alway see the current snapshot of data. If the data changes during runtime i can’t see them.
The changes only become visible after a restart of my application or new instantiation of my session object.
What can i do to become up-to-date during runtime?
I think taht it’s very easy, but i am not that professional in Databases 🙂
Thanks in advance
Daniel