I know that the documentation says, types |java.util.Collection, java.util.List, java.util.Vector are the only ones supported when mapping 1:n relationships. I can testify to the truth of this, but my question is WHY?
If I have a member "Collection foos", my code works fine. If I have "FooCollection foos", and FooCollection implements Collection, it doesn't work. But I don't see any logical reason for this limitation, since the method of storing and retreiving data is the same. As far as OJB is concerned, it should be treated as a Collection. So, why is isn't it? Thanks David | -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
