Hi,

I am trying to save java.lang.Boolean to int datatype in sybase which is nullable using hibernate. if the Boolean object is null hibernate converts to 0 and save is it. Is there any way to make Boolean object null save as null to db?

Thanks,
Hemen