How do I set a default value in Hibernate field?
use hibernate annotation
@ColumnDefault("-1") private Long clientId;