|
|
Hi all,
I'm porting a TypeHandler for ARRAY objects from ibatis 2.3.x to
MyBatis 3 and I'm getting an error about the ARRAY enum jdbc type not
present. The ARRAY it's not present in JdbcType enum and by now I've
added ARRAY to the enum class.
Is there a way to pass a custom Jdbc type in the JdbcType attribute?
or
How can I write a MyBatis 3.x type handler of a non supported
JdbcType?
Thanks,
|