How do I set a default value in Hibernate field?
Use @ColumnDefault() annotation. This is hibernate only though.
@ColumnDefault()