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 Mark Volkmann <ma...@ociweb.com> on 2007/04/10 21:37:23 UTC

Abator and bit column types

For database columns of type "bit", Abator is generating model object  
fields with a type of "Object". How can I make it use a type of  
"Boolean" instead?

Re: Abator and bit column types

Posted by Mark Volkmann <ma...@ociweb.com>.
On Apr 10, 2007, at 2:37 PM, Mark Volkmann wrote:

> For database columns of type "bit", Abator is generating model  
> object fields with a type of "Object". How can I make it use a type  
> of "Boolean" instead?

Found it.

<columnOverride column="some-column-name" javaType="Boolean"/>