You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user-java@ibatis.apache.org by Ming Xue <mi...@plateau.com> on 2005/05/04 17:52:58 UTC

BLOB type handler

I am doing some testing on Custom Type Handler, in my project,  BLOB is
mapped to a "String" type  java bean property, it seems the Framework can
not set the value properly. Does the java bean property has to be byte[]?

thanks

Re: BLOB type handler

Posted by Brandon Goodin <br...@gmail.com>.
Depends on what database you are using and how their driver supports
it. Please provide more information.

Brandon

On 5/4/05, Ming Xue <mi...@plateau.com> wrote:
> I am doing some testing on Custom Type Handler, in my project,  BLOB is
> mapped to a "String" type  java bean property, it seems the Framework can
> not set the value properly. Does the java bean property has to be byte[]?
> 
> thanks
>