Just noticed i didn't send this to the list
Original Message
From: [EMAIL PROTECTED]
Sent: 2002-12-10
To: Gavin King <[EMAIL PROTECTED]>
Subject: RE: RE: [Hibernate] int ids for mysql
Ok,
made new MySQLDialectInt, seems to work fine now, I've attached it for commit.
Might also wa
(resend, the first attempt went to the wrong list)
Joel,
I believe that Justin Stepka (correct me if I'm wrong, Justin) has written a
Hibernate PropertySet implementation.
-Pat
- Original Message -
From: "Joel Rosi-Schwartz" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; "hibernate
list" <
Joel,
I believe that Justin Stepka (correct me if I'm wrong, Justin) has written a
Hibernate PropertySet implementation.
-Pat
- Original Message -
From: "Joel Rosi-Schwartz" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; "hibernate
list" <[EMAIL PROTECTED]>
Cc: "Patrick Lightbody" <[EMAIL P
You could easily implement this as an alternative Dialect (ie.
your second suggestion). HSQLDialect already uses integer as
the type for native id generation, so you can use that as a
model.
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, 11 D
I just wanted to start discussion on this topic as it is a necessity as to whether I
can use Hibernate to start converting one of our projects.
A couple of ideas after skimming through the code:
1. Cast to identiferType right before calling the ReflectHelper.set I believe
that is in setIde
Title: Message
Joel,
I made a small fix to hibernate.xdt in the Hibernate CVS last night, but apparently you didn't notice before
importing to XDoclet CVS. It was just a missing
endquote.
Gavin
P.S.
Are we going to rename the package to xdoclet.modules.hibernate
now?
** CA
The hibernate module is back into cvs properly.
PLEASE NOTE: I have moved everything around to get the package structures
right and to get the test/samples in the right place. This means that there
are now several empty directories in the tree. If you do not use cvs -P to
prune the tree you
Gavin King wrote:
Message
Joel, I made a small fix to hibernate.xdt in the Hibernate CVS last night, but apparently
you didn't notice before importing to XDoclet CVS. It was just a missing
endquote.
Hmm...really I should have checked before doing the import; sorry ab