how to set default value in hbm.xml of a type "numeric_boolean"

824 Views Asked by At

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?

0

There are 0 best solutions below