I'd like to ask how to set the default value in hbm.xml of the type numeric_boolean please
<property name="isSundayToday" column="IS_SUNDAY" type="numeric_boolean" />
I tried with default="true" or default="1", it didn't work.
Someone can help please?