Hi all.
I am using jboss-3.2.3 application server.
I want to know whether on deploying my *.hbm.xml files, does hibernate call each getter/setter methods of my hibernate objects(POJOs for hbms)??? ,i.e, when jboss initially starts up and hibernate objects are being deployed along with my application.
Also if I declare the getter/setter methods of my hibernate objects as private
will Hibernate still load the hibernate objects successfully without any errors???
Does jboss-3.2.3 application server has any role in all this???
Thanks in advance.
Regards,
Rakesh S
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: