How to map to HashMap
49218Nov 25 2003 — edited Nov 27 2003Hi,
I want to map a HashMap on 2 columns in the same table, 1 for the key (= the language) and one for the value (the value in the language indicated by the key)
I have foreseen 1 table with 4 columns --> id (primary key), desc_id (foreign key), language and description. I want to map this to a HashMap.
How do I have to do this?
THX