Hello,
I'm a part of a team that is trying to hibernate a severals classes.
One of these classes is a class that has a Map of Objects. This Map represents a inderteminate number of Parameters. Due to the nature of the this Object this parameters can be from a String to a Integer or a Class type made by us. Lets suposse that the parameters can be almost anyThing, a String, a number, another Object.. etc.
There are a way to hibernate this Map?...
Can anyone give me an idea to light my mind? :)
Any comments are Welcome.
Thank you very much,
J.M.
|