We just switched to postgresql 8.3 and enums seem like pretty nifty feature. The problem is that my mapping does not like enums. I know that there are custom typehandlers which one can use to convert Java enums into JDBC type, but what can I use if I want to convert Java INT into postgresql ENUM?
- Can I build a SqlMapClient from multiple xml files... Alex Chew
- Postgresql and ENUMs Ivan Bojer
- Re: Postgresql and ENUMs Kengkaj Sathianpantarit
- RE: Can I build a SqlMapClient from multiple ... Young, Alistair
- Re: Can I build a SqlMapClient from multiple ... Alex Sherwin
