In Spring or Hibernate is there any feature to get the data from lookup tables.
Ex: Gender is Lookup table
We need to use Gender table as singleton class because to avoid the database calls. I tried alot but i did not find the solution.
Please let me know if you have any solution.