Except that this example is for ibatis 2 and to me it does not look
usable in mybatis.
Because there is no way to map jdbcType ARRAY since it's not existing?
<typeHandler javaType="java.util.ArrayList" jdbcType="ARRAY"
causes:
org.apache.ibatis.builder.BuilderException: Error resolving JdbcType.
Cause: java.lang.IllegalArgumentException: No enum const class
org.apache.ibatis.type.JdbcType.ARRAY
Whymer
On 17 Juni, 18:56, daver <
rodenba...@gmail.com> wrote:
> Fair enough. It looks like there's an existing custom type handler
> example on StackOverflow about how to do this if you're so inclined...
>
>
http://stackoverflow.com/questions/136034/pass-and-return-custom-arra...