Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Code generation for one-to-many associations

0 views
Skip to first unread message

PhilChudley

unread,
Jan 24, 2007, 8:29:00 PM1/24/07
to
Say I have two classes A and B. A has a 1 .. * association with B, the
supplier role (for B) has been set to "list"

When I view the code for A I would expect that the attribute for the
role "list", to be a collection, say java.util.Vector
however it is just a single instance of B with a javadoc comment
stating the multiplicity of B is 1..*

Does this mean I have to manually edit all such associations, or is
there a method to inform Together that I wish to use java.util.Vector
for such associations?

0 new messages