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?

Reply via email to