For me the following did the thing:
@Type(type = "org.hibernate.type.NumericBooleanType") @Column(name = "STATUS", columnDefinition = "CHAR(1)", length = 1) private Boolean status;
Column definition:
STATUS NOT NULL CHAR(1)
Technologies: