Re: [Andromda-user] Primary Key length issues

2005-04-20 Thread Katta
Which Catrdige/Template being used to generate DDL files (schema-initialize-scripts) and where is that located as I could not find that in jar files. Please help. Thank you --- Oemer Guersoy <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I am using JBoss & Hibernate & PostgreSQL. > > Andromda gen

[Andromda-user] Primary Key length issues

2005-04-18 Thread Katta
Hi,   I am using JBoss & Hibernate & PostgreSQL. Andromda generates VARCHAR (255) for almost all the key fields in database, including ID, CLASS, _FK.   Is this the right size? When I inserted records into database using Hibernate session.save(), it used only 32 characters for the primary-key.