| toplink setHint("toplink.refresh", "true" does not work [message #884822] |
Mon, 11 June 2012 18:41  |
Missing name Missing name Messages: 10 Registered: August 2011 |
Junior Member |
|
|
Query query = em.createNamedQuery("getAllDataFromTable").setHint("toplink.refresh", "true");; in jpa does not refresh the table with new data.
We are using jdeveloper 11.1.2.1, adf, jpa 2.0.
We are saving changed data to the database in a different page and returning to a a table view after the save. But the table data still has old data.
We are using a table and a view. we are saving to the table and the view gets updated by a trigger. We checked that the table and the view and they both have the updated data. What is wrong with the refresh, why does it not work?
It is urgent, we need to go into production. Please help
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.01664 seconds