Alexander Prozor wrote:
Hello , does anybody stored HashMap member? (string keys, object values ). I've tried to store it in VARCHAR field ( using appropriate conversion), tried to use ODMG DMapEntry DMapImpl, but nothing helps :(.
What's the problem with DMapImpl? It's a proven solution!
There are examples on how to use it in the testbed and in repository_junit.xml.
Another solution to store a Map member could be to implement your own ManageableCollection class that implements Map.
See o.a.ojb.broker.util.collections.ManagegeableHashSet for an example how to do this for a Set member.
Thomas
thank you.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
