Hi All,


I have class PROFILE and class FEATURE. I am trying to create a many to many 
table using xdoclet, however I need another colum in the many to many table 
type varchar. How can I do so?

This is what I wrote in order to have the many to many table. What is missing?

@hibernate.bag 

* table="FEATURE_PROFILE"

* cascade="all"

* inverse="true"

* 

* @hibernate.collection-key 

* column="PROFILE_ID"

* 

* 

* @hibernate.collection-many-to-many 

* class="Feature" 

* column="FEATURE_ID"
_________________________________________________________
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=1965#1965
Posting to http://forum.andromda.org/ is preferred over posting to the mailing 
list!


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Andromda-user mailing list
Andromda-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to