I am using <property name="hibernate.hbm2ddl.auto" value="validate" />
to validate the java project against the database. But I want to skip the validation for specidc entity column, since they have wrong mapping but I don't want to change those in the java project or database.( working fine without validation , but I want to turn on the validation in the project)
is there any annotation to skip the mapping validation for specific entity fileds?