On 3/31/06, Craig Turner <[EMAIL PROTECTED]> wrote: > I notice there's an 'auto-incremented' feature for primary keys in the > modeler - is this thread-safe? Also, would it be possible for us to be > able to manage custom sequences through the cayenne modeler in a future > version?
Support for sequences predates support for auto-incrementing fields. Only certain databases support sequences though. Auto-increment and sequences as well as database-independent (pk table) primary key generation are supported in the current modeler.
