Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version: 8.1
Problems with Session and transaction handling?
It is ok that save an object by using hibernate, but when I try to get that object back, it is said that that object is not in the table. (No row with the given identifier exists).
When I tested it step by step, the data is in the table until create the new session, but just after creating the session that row is vanished.
Please help me to solve this problem.
Thank you......
Read this:
http://hibernate.org/42.html