You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-user@db.apache.org by da...@jvsinfo.com.br on 2006/08/23 23:48:22 UTC

Persistent HashMap - Other history

Hello people, i'm again.....

Here the small history....

I want to Map each key from my HashMap to one field in the table. When i 
map HashMap, o got the BINARY like field. I need this:

map.put("name","davi");
map.put("address","davi@jvsinfo.com.br");

and got this magic !

table user
        field VARCHAR(100) name
        field VARCHAR(100) address

how i got this done !!!!!, where is the magic, in the custom mapping?, in 
the PersistenceBroker? 

please, help me people !!!!

best regards,

Davi