From: Christopher G. S. II (JIRA) <no...@at...> - 2006-07-07 19:46:58
|
[ http://opensource.atlassian.com/projects/hibernate/browse/ANN-389?page=comments#action_23575 ] Christopher G. Stach II commented on ANN-389: --------------------------------------------- Okay, that makes complete sense. So, basically, Hibernate is assuming that it has two unidirectional relationships instead of one bidirectional. Thanks. > @ManyToMany without mappedBy should be recognized as an error > ------------------------------------------------------------- > > Key: ANN-389 > URL: http://opensource.atlassian.com/projects/hibernate/browse/ANN-389 > Project: Hibernate Annotations > Type: Bug > Components: binder > Versions: 3.2.0.cr1 > Reporter: Christopher G. Stach II > > > Instead of letting the user know that something might get hosed, it creates two join tables, one for each direction. I don't know when this would be the preferred behavior. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |