Hello all. I had this problem about a year ago and just couldn't get Hibernate and XDoclet to play nice. Basically I have this:
Request id description Person id name PersonRequest idPerson idRequest date And I would like to know how to do with Annotations. The last time I wound up hand-hacking the hibernate mapping files and creating two intermediate 'composite' classes -- let's call them PersonRequest and PersonRequestPK -- and having to do all of the DAO by hand. Is there any way to do this auto-magically with Annotations? Please say yes ... Cheers, Bob -- View this message in context: http://www.nabble.com/many-to-many-with-attribute-...-again-tf4048626s2369.html#a11499869 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
