RE: [Hibernate] custom identifier class

2002-12-09 Thread Gavin King
This has been requested once before, and it would be very trivial to add support for a subelement of . But theres always something very fishy about using a generated (ie. synthetic) composite id. It really makes no sense. It never even makes sense to have a single be generated I can't imagi

Re: [Hibernate] custom identifier class

2002-12-09 Thread phraktle
hi, On 08 Dec 2002 10:25:30 -0500, "Chris Winters" <[EMAIL PROTECTED]> said: > On Sat, 2002-12-07 at 19:12, [EMAIL PROTECTED] wrote: > > how can one use an alternative class for primary keys (eg. MyPrimaryKey > > instead of a string)? I tried using a UserType for this purpose, but > > reflection f