Hi there,


I'm trying to generate a mapping where I have a map with composite elements with no success. I have the following:

* @hibernate.map table = "localizedCategory" cascade = "all"
* @hibernate.collection-key column = "category" type = "string" length = "32"
* @hibernate.collection-index column = "locale" type = "locale" length = "10"
* @hibernate.composite-element class = "com.foo.news.domain.LocalizedCategory"


And then, in the referenced class, I have no class tag but I have @hibernate.property tags in every property to be persisted. In the generated mapping file I get the corresponding map with key and index but with no composite-element tag. Is this correct? Am I missing anything?

   Regards
   Jose



-------------------------------------------------------
This SF. Net email is sponsored by: GoToMyPC
GoToMyPC is the fast, easy and secure way to access your computer from
any Web browser or wireless device. Click here to Try it Free!
https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/g22lp.tmpl
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to