In the <parameterMap> for a stored procedure, I want to pass in an int [].
I am planning to create a TypeHandler for the int [] and create a jdbcType ARRAY.
What should my javaType be?
Thanks
In the <parameterMap> for a stored procedure, I want to pass in an int [].
I am planning to create a TypeHandler for the int [] and create a jdbcType ARRAY.
What should my javaType be?
Thanks