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:
I have a unidirectional association between address and user. Association is from user to address. I query user and address in different sessions. That's why the address object that is in the user object and the address object i query alone is different.(they are not refer to the same memory location). how can i handle this problem?