Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version:3.0
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?
I would like to save beans into my session - and be able to retrive them from the session object without having to save them in the db.
So in a loop I would like to add objects to the session - and then retrieve them to ensure I don't have duplicates.
If you could point me to the right documentation or let me know if this is possible that would be great.
Read this:
http://hibernate.org/42.html