Hi,
I need a way to manage the drop down values in my application. An admin user can login to the system and add/modify values inside the drop downs. How can I manage to do this using hibernate ?
The idea that I have is to create separate tables for each drop down which will contain a PK and the drop down display value (2 columns altogether). Should there be individual hbm files and POJO files for each of these tables ? Or can I have them all inside a single hbm ?
If most of these tables have common properties, can i make a parent child relationship inside hbm ?
Thanks in advance.
vinodtr
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:
Problems with Session and transaction handling?
Read this:
http://hibernate.org/42.html