When `hibernate.temp.use_jdbc_metadata_defaults` is set to `false`, `DatabaseMetaData#getTables(String catalog, String schemaPattern,String tableNamePattern, String types[])` is called with the wrong values for catalog and or schema.