Primary Key

2010-06-04 Thread Sopot Çela
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.

Re: Primary Keys Issue

2010-06-02 Thread Sopot Çela
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

Primary Keys Issue

2010-06-02 Thread Sopot Çela
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