EJB QL - Changes with data in Table NOT REFLECTED
843830May 5 2008 — edited May 9 2008Hi,
Im my scenario i have my frontend in JSF and use EJB QL to populate some table in the frontend from the databse in the backend. Now my concern is that supoose i have an entry in database table that says -
Name : HARRY
Age : 21
Feedback : GOOD
Now this data is fetched from backend table using EJB QL and gets correctly displayed in the frontend.
But,
when i make changes to the data by editing directly in the backend table*, say i change the entity Name from "HARRY" to "RON" -
Nae: RON
Age : 21
Feedback : GOOD
Now, when i refresh the table in frontend, it still displays "HARRY" and doesn't reflect the changed data.
Could anyone please let me know that what seems to be the problem ???