Hi jjy,
jjy wrote: > > Hi guys, first of all love this project. Keep up the good work. It took > me just minutes to generate code vs hours to get Andromda to work. > Thank you very much :-) jjy wrote: > > I have a need to override the join table name and the columns of the > many2many associations. How do I do that? I tried to assign the tag > "colltable" and it didn't do anything. > Yes, the colltable tagged value works only for directed or many2one references. The configurtion of many2many references differ. This is a quite new feature and not good documented. If you want to configure many2many references, you have to configure the association-ends. What is an association end? Open the specification dialog of one of the classes, the association is refer. Choose the property representing the reference to the other class. Assign <<Field>> and configure the key and the column. Regards -- View this message in context: http://www.nabble.com/-Hibernate--how-do-I-override-join-table-name-in-a-many2many-association--tp18034377s17564p18057246.html Sent from the Fornax-Platform mailing list archive at Nabble.com. ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Fornax-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fornax-developer
