Hi I have a case where I need to check the database on each query, because there can be modifications to the data from a 3rd party non java application. Currently I have to refresh each object, otherwise it could be stale data however this approach are really slow and feels very wrong..
Any ideas on what I could do? regards Nino