Schema validator not strictly validating String column types

Hi,
if I have a column defined with @JdbcTypeCode(Types.LONGVARCHAR) and MySQL column type is actually TEXT. Is there a way to configure schema validator in hibernate to strictly validate and fail as I expect the database type to be LONGTEXT?

Not yet. There is an open issue for this that you can watch: [HHH-18257] - Hibernate JIRA