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:
DB2 UDB for z/OS
The generated SQL (show_sql=true):
Debug level Hibernate log excerpt:
Problems with Session and transaction handling?
Read this:
http://hibernate.org/42.html
I am setting FetchMode.SELECT using .setFetchMode() on a DetachedCriteria query. But hibernate ignores it and fetches all the associated objects, which I do not need. I cannot specify this in .hbm.xml files. So, please let me know, how can I do it dynamically.
Thanks
Krishna