How do I insert the null value in a Boolean attribute when using Hibernate?
- by Pedro Morte Rolo
I have a class with a Boolean attribute. When I instantiate and persist this class, the Boolean attribute is stored with the "false" value instead of the expectable "null". How can I set a Boolean attribute to "Null"?