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
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
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
: 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.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
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
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