Hi I am using hibernate and Mysql. I have a class with a boolean attribute called \'active\'.
The generated database table has the BIT data type. So far so good. I w
To specify bit values, b'value' notation can be used.