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 com

RE: [Hibernate] int ids for mysql

2002-12-11 Thread Gavin King
esday, 11 December 2002 12:53 PM > To: [EMAIL PROTECTED] > Subject: [Hibernate] int ids for mysql > > > 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 i

[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