There are threads on this in here already on this.  ManyToMany doesn't handle 
those extra columns.  I've come to terms with this by simply ignoring 
ManyToMany and always implementing my M-2-M relationships using 
OneToMany/ManyToOne - even if I don't currently use other columns in my 
association tables - because invariably, I always wind up needing to add 
columns in the end anyway.  And I don't want to waste the time converting the 
ManyToMany to the OneToMany/ManyToOne.  Just do it in the beginning and that 
leaves you free to add columns in the future.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949720#3949720

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949720


_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to