Hello, Try the following (in a stand-alone
program): System.out.println(“int[] type = “
+ int[].class.getName()); It should give you the type to use for
javaType I believe (something like “[I“). Cheers Jean-Francois From: Rao, Satish
[mailto:[EMAIL PROTECTED] In
the <parameterMap> for a stored procedure, I want to pass in an int [].
What
should my javaType be? Thanks
|
Title: Javatype for int []