Francisco Goldmeier Tochetto wrote:
http://www.thearcmind.com/confluence/display/RandomThoughts/Hibernate+need+to+access+properties+on+join+table
If the extra information to be stored in the join table is indeed just a binary flag, then you could just use a many-to-many relationship, but with three endpoints at each end, two of which are distinguished with a where="flag=true/false" attribute...
So in for example in Device you'd end up with properties accessories (not inverse), accessoriesWithFlag (inverse), and accessoriesWithoutFlag (inverse).
-Dale --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
