RE: [Hibernate] Table generators and int/long etc

2005-11-03 Thread Gavin King
Title: RE: [Hibernate] Table generators and int/long etc The int value coming from the table is combined with a the high value to produce a larger value. I don't see a problem here. -Original Message- From: [EMAIL PROTECTED] on behalf of Emmanuel Bernard Sent: Thu 11/3/2005 5:

[Hibernate] Table generators and int/long etc

2005-11-03 Thread Emmanuel Bernard
All table hilo generators are actually using rs.setInt() rs.getInt() I've always been incomfortable with that. What do you think of this proposal? If nobody complains, I can implement that for 3.1 http://forum.hibernate.org/viewtopic.php?p=2269441#2269441 I am attempting to use the hilo gene