[Hibernate] jdk1.5 UserType implementation

2004-06-01 Thread greg_g...@freestart.hu
Hi list, I'm new to this list, and actually quite new to hibernate too, so maybe this has been discussed or done before... I did not find a trace of it, though ;) While looking for a way to persist my enums, I figured that the best way to go by now would be to - use jdk1.5's enums - have hibern

Re: [Hibernate] jdk1.5 enum UserType implementation

2004-06-01 Thread greg_g...@freestart.hu
Hi again, just two remarks: - i obviously forgot the word "enum" in the subject of my previous mail - in the archive and on cvs, you'll also find a UserType that persist object to/from xml using xstream, just in case you're curious. g [EMAIL PROTECTED] wrote: Hi list, I'm new to this list, and ac