I'm trying to store a HashMap that will contain Arrays as values.
When I query the database, I would like to retrieve the hashmap as a java object so that I can perform operations on it as if it were simply a hashmap within the java program.
Is this possible? Would something like Hibernate work here?
Thanks for your help!