The requirement is like that..
When we update something in the application the changes will be shown in a jsp page.
But the record are displaying but not the record what i have updated recently.
I want to display sorted record in jsp by using timestamp.
The query is like:--from ENTRY order by ETY_TS (Timestamp) desc.
What i have updated recently through jsp page it is not in top of the page in descending order. I am using hibernate query for retrive.
Can u please tell how i can sort through timestamp so that the recent record will show in jsp.
Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version:
Mapping documents:
Code between sessionFactory.openSession() and session.close():
Full stack trace of any exception that occurs:
Name and version of the database you are using:
The generated SQL (show_sql=true):
Debug level Hibernate log excerpt:
Problems with Session and transaction handling?
Read this:
http://hibernate.org/42.html