Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version:hibernate2
Name and version of the database you are using:Oracle
I am using hibernate in a web based application. I am using jboss3.2.5 web server.
I have a table with 5 columns. The data in the table is not going to change. it is a static data. So I want to get the data only once when the server starts. Enumeration is one solution but I cannot use it since I need the values from all the 5 columns and enumeration provides only 2 id and description.
Can anyone please help in solving this problem.