Define an ObjAttribute for your manual primary keys, and do not specify automatic pk generation.
On Fri, Jun 4, 2010 at 5:53 PM, Sopot Çela <the.trac...@yahoo.com> wrote: > 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. >