FW: RE: RE: [Hibernate] int ids for mysql

2002-12-11 Thread travis
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

[Hibernate] Re: Details of hibernate provider for OsUser

2002-12-11 Thread Patrick Lightbody
(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" <

[Hibernate] Re: Details of hibernate provider for OsUser

2002-12-11 Thread Patrick Lightbody
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

[Hibernate] Hibernate back in cvs

2002-12-11 Thread Joel Rosi-Schwartz
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

Re: [Hibernate] Re: [Xdoclet-devel] The xdoclet hibernate module has been checked into XDoclect cvs.

2002-12-11 Thread Joel Rosi-Schwartz
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

RE: [Hibernate] int ids for mysql

2002-12-11 Thread Gavin King
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

[Hibernate] int ids for mysql

2002-12-11 Thread travis
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

RE: [Hibernate] Re: [Xdoclet-devel] The xdoclet hibernate module has been checked into XDoclect cvs.

2002-12-11 Thread Gavin King
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