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

Re: [Hibernate] Hibernate & AOP

2004-06-01 Thread Mark Hobson
Hi Bill, Thanks for replying. Yes, most of the work I've seen with Hibernate & AOP is with transaction interceptors & safely ignores mixin persistence. As I mentioned before, I covered my first investigation into this on the forum [http://forum.hibernate.org/viewtopic.php?t=931018], but I will

[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