Hi list,
I realize the very existence of Dependent might be changing in the near
future, but have some question regarding their use in the current
implentation on orion 1.4.7
I have a Person (EJB CMP) with a one-to-many PhoneNumber(dependent). My
problem is that orion creates a person_phonenumbers table and try to make a
composite primary key with all the fields in my PhoneNumber. It does cause
a problem as my database has a limit on the size of the key.
Is there a way to specify what the primary key for a dependent should be so
that the autocreate table can do it properly or should I create my table
ahead of time to the spec I want ?
Thanks,
Christian