Re: [Hibernate] Tom Cellucci's database reverse engineering tool

2002-11-11 Thread Gavin King
Theres a couple of considerations: * When theres a large number of persistent classes, a single mapping document becomes way to large, unmanageable and virtually impossible to navigate. ie. the same reason why we don't define all our Java classes in one big file. Plus, it keeps the mapping right t

Re: [Hibernate] Tom Cellucci's database reverse engineering tool

2002-11-11 Thread Gavin King
> I think you can spell both the verb and the noun with 's' or 'c' Thanks for clearing that up :) I was playing with your SchemaUpdater today (getting it working as a commandline tool). I made a change to get it working with DB2 that I'm not too happy about: I had to change the schema name to "%

Re: [Hibernate] Tom Cellucci's database reverse engineering tool

2002-11-11 Thread Christoph Sturm
Hey Gavin! - Original Message - From: "Gavin King" <[EMAIL PROTECTED]> To: "Daniel Bradby" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Saturday, November 09, 2002 12:48 AM Subject: Re: [Hibernate] Tom Cellucci's database reverse engineering tool > > > Can we move towards the "best prac