Steve Ebersole commented on an issue
Hibernate ORM / New Feature HHH-4341
There is no annotation to specify default value for a column
In hibernate annotation you can't specify default value for a column.
If you use xml files for mapping then you have this feature.
I consider that this is a major problem with annotation.