I am using Hibernate Validator with the @CPF
annotation. It is validating beauty, the problem is that my system may have the invalid CPF field (null) and Hibernate does not accept this. I put the field with @Collumn (nullable = true)
but this has no effect on Hibernate.