From: <tr...@th...> - 2002-12-11 02:01:15
|
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 setIdentifier. 2. Have another MysqlDialect or whatever it is that makes the ids longs in the first place. Have MysqlDialectInt or something. Not sure if these are possible or what, just throwing out some ideas. Travis |