Thanks!
On 2010-04-26 03:50, Clinton Begin wrote:
> Done. I've also added type aliases for array versions of all of the
> built in types (using the same naming convention for primitives), for
> example:
>
> "byte[]" ==> Byte[].class
>
> "_byte[]" ==> byte[].class
>
> etc.
>
> Cheers,
> Clinto
Done. I've also added type aliases for array versions of all of the built
in types (using the same naming convention for primitives), for example:
"byte[]" ==> Byte[].class
"_byte[]" ==> byte[].class
etc.
Cheers,
Clinton
On Sun, Apr 25, 2010 at 2:56 PM, Geek Cracovian wrote:
> Hi All,
>
> I'
Hi All,
I'd like to suggest a little patch for iBATIS 'trunk' which improves
handling of primitive types.
I had a similar problem to these issues:
http://www.mail-archive.com/user-java@ibatis.apache.org/msg11096.html
http://www.mail-archive.com/user-java@ibatis.apache.org/msg07181.html
I need