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
SELECT * FROM table WHERE active = (1)