How can I make it that only a subset of tables should have primary keys
automatically generated and the remaining have them leave the control of
generating PK to my application?
Thanks in advance.
ng reverse-engineering.
Andrus
On Jun 2, 2010, at 9:23 AM, Sopot Çela wrote:
> Hello all,
>
> I have an issue. I have CayenneModeller import a database structure from a
> MySQL database. When I generate the classes I want that *all* the classes
> have also the primary key field. Su
Hello all,
I have an issue. I have CayenneModeller import a database structure from a
MySQL database. When I generate the classes I want that *all* the classes have
also the primary key field. Surely I can do it manually for every table, that
is, add an attribute and relate it to the primary ke