Re: [Andromda-user] Hibernate large property/column names

2004-01-13 Thread Walter Mourão
tion, when >it >can be avoided, and defeats the whole purpose of MDA, because you are then >synchronizing the different representations of the model by hand. > > >Sherman > > >-----Original Message- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] On Behalf Of

RE: [Andromda-user] Hibernate large property/column names

2004-01-12 Thread Matthias Bohlen
ary 12, 2004 7:43 PM > To: [EMAIL PROTECTED] > Subject: Re: [Andromda-user] Hibernate large property/column names > > > Walter Mourão wrote: > > Hi folks, > > I'm with a small trouble using the hibernate cartridge: I created a > > class property with a large na

Re: [Andromda-user] Hibernate large property/column names

2004-01-12 Thread Lofi Dewanto
With Hibernate, the relationship between the Java class, Hibernate schema and underlying database schema is tight. A lot of people in the Hibernate community use XDoclet to generate the Hibernate and the database schemas. I have found this approach to be extremely powerful and productive, and am r

RE: [Andromda-user] Hibernate large property/column names

2004-01-12 Thread Sherman Wood
--Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lofi Dewanto Sent: Monday, January 12, 2004 10:43 AM To: [EMAIL PROTECTED] Subject: Re: [Andromda-user] Hibernate large property/column names Walter Mourão wrote: > Hi folks, > I'm with a small troubl

Re: [Andromda-user] Hibernate large property/column names

2004-01-12 Thread Lofi Dewanto
Walter Mourão wrote: Hi folks, I'm with a small trouble using the hibernate cartridge: I created a class property with a large name ("descricao Detalhada Processo Envolvido") and the database I'm using (Interbase/Firebird) didn't like large table/column names, issuing errors when the schema script

[Andromda-user] Hibernate large property/column names

2004-01-12 Thread Walter Mourão
Hi folks, I'm with a small trouble using the hibernate cartridge: I created a class property with a large name ("descricao Detalhada Processo Envolvido") and the database I'm using (Interbase/Firebird) didn't like large table/column names, issuing errors when the schema script is executed. The fir