On 1/19/06, Andre Berten <[EMAIL PROTECTED]> wrote: > Hm, you want to map existing database columns to the jdbc types BOOLEAN > an BIT?
Well, for mapping back we're mostly relying on the JDBC driver. If the driver thinks it is a JDBC boolean/bit type, then you'll get it back as a boolean/bit type. Tom
