You just implement com.ibatis.sqlmap.client.extensions.TypeHandlerCallback in a way you want.
On Fri, Mar 13, 2009 at 11:43 AM, Ivan Bojer <[email protected]> wrote: > 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? >
