[Hibernate-devel] Any thoughts in implementing the JDO api...

2002-04-22 Thread Marco Pas
I was wondering if there are any thoughts in implementing the JDO api ? -= Democracy is three wolves and one sheep voting on what to have for supper =- Marco Pas CMG Trade Transport & Industry BV Internet Software Engineering Kralingseweg 241-249 3062 CE Rotterdam Postbus 8566, 300

RE: [Hibernate-devel] code generator

2002-04-18 Thread Marco Pas
Brad, that would be very nice... in several ways... As i am starting with Hibernate it is not always clear what kind of getters / setters i need to have to get al the stuff working, so on a clean project.. where you can start with an emty database and no code it would be a real timesaver.. Also fo

[Hibernate-devel] Is there a way to setup referential integrity?

2002-04-18 Thread Marco Pas
Is it possible to use/enforce referential integrity within Hibernate, using DBSchemaExport ? the DBSchemaExport creates perfect tables, but there is it possible to let it also generate the referential integrity ? -= This tagline is protected by international laws, (c) 1999 =- Marco Pas CMG

FW: [Hibernate-devel] Is there a way to setup referential integrt y?

2002-04-18 Thread Marco Pas
: woensdag 17 april 2002 8:41 To: Marco Pas Subject: RE: [Hibernate-devel] Is there a way to setup referential integrty? > i am using HSQLDB and i now that it supports constraints, i have set the > dialect to HSQLDB but no constraints > appear. I use a many-to-one mapping, are there any p

[Hibernate-devel] Hibernate and debuglevel

2002-04-17 Thread Marco Pas
hibernate.debug=2 where do i put this... I tried that to put it in a properties file, together with the rest of the properties, but i see no extra debug info -= This tagline is protected by international laws, (c) 1999 =- Marco Pas

RE: [Hibernate-devel] Is there a way to setup referential integri ty?

2002-04-17 Thread Marco Pas
al Message- From: Gavin_King/[EMAIL PROTECTED] [mailto:Gavin_King/[EMAIL PROTECTED] Sent: woensdag 17 april 2002 7:15 To: Marco Pas Cc: [EMAIL PROTECTED] Subject: Re: [Hibernate-devel] Is there a way to setup referential integrity? > Is it possible to use/enforce referential integrity wit

[Hibernate-devel] Please help with 1:n relationship

2002-04-16 Thread Marco Pas
I have problems understanding, the operations/settings nesecary for the following example... A client can place multiple orders, a order consists out of multiple orderlines, and an orderline contains a product. I am starting with a simple example that a client just can place multiple orders... a