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 Ni...@arsoe-trelaze.com on 2003/06/10 15:51:52 UTC

Réf. : storing maps

I have le same problem, i want to known what is the syntax for my repository_usr.xml to init an hashtable 
attribut ?

I have 2 tables :
URLINFO {id_url, attribut1, ...}
OPTION {id_option, id_url, param_name, param_value}

With this informations I want to init a class with the following info : 
class URLInfo {
     int idUrl;
     String attribut;
     Hashtable options; // (key = param_name, value = param_value)
}

I think it is something like a reference-descriptor but I am newby with ODMG 

thank
Nico