RE: [Hibernate] Missing semicolons in generated schema file

2002-12-18 Thread Gavin King
Woops, no, I didn't realise this (recent functionality, btw) would you submit a bug report and / or patch please. TIA. -Original Message- From: Ugo Cei [mailto:[EMAIL PROTECTED] Sent: Thursday, 19 December 2002 2:41 AM To: [EMAIL PROTECTED] Subject: [Hibernate] Missing

[Hibernate] Missing semicolons in generated schema file

2002-12-18 Thread Ugo Cei
Hope this is not a FAQ. I looked around but couldn't find anything about it, so here I go. I'm using Hibernate 1.2 and I'm trying to generate a DDL schema for Oracle from my classes. I'm using the following command-line arguments: -Dhibernate.dialect=cirrus.hibernate.sql.OracleDialect --text

Re: [Hibernate] Are toplevel collections / subcollections a Bad Thing?

2002-12-18 Thread Christian Bauer
On 18 Dec (20:49), Gavin King wrote: So: Do people USE this feature?? Have people really actually found uses for this stuff, or is it actually just making Hibernate harder to understand for the first time? Even if it has been useful, is perhaps *still* undesirable, because of concerns

RE: [Hibernate] SchemaExport Tool Mappings in Jar

2002-12-18 Thread Gavin King
Yes, please do that. I can't always integrate patches right away. -Original Message- From: Konstantin Priblouda [mailto:[EMAIL PROTECTED] Sent: Wednesday, 18 December 2002 5:29 AM To: Thomas Quas Cc: hibernate-devel Subject: Re: [Hibernate] SchemaExport Tool Mappings in Jar

[Hibernate] Re: SchemaExport Tool Mappings in Jar

2002-12-18 Thread Thomas Quas
Done. Gavin King wrote: Yes, please do that. I can't always integrate patches right away. -- thomas quas| The truth indeed has never been preached by the Buddha, [EMAIL PROTECTED]| seeing that one has to realize it within oneself. |-- Lamkara Sutra --

[Hibernate] many-to-one instead of component with MapGenerator

2002-12-18 Thread Laurent Fleuriot
I have 2 classes:the firstcontains one Object of second class. WhenI generate the mapping xml with MapGenerator,MapGenerator creates the mappingin which the first class contains an element component on the second. but, I would like MapGenerator generates an element many-to-one instead of

[Hibernate] I'm confused by many-to-one

2002-12-18 Thread Konstantin Priblouda
Hi all, Documentation about many to one relation is a bit confusing. Suppose I have relation between customer address: there is collection of addresses ( and I did not mastered yet to map it via xdoclet :) ), primaryAddress billingAddress ( one of the defined adresses ) - so basically I