Class GroupedSchemaValidatorImpl

java.lang.Object
org.hibernate.tool.schema.internal.AbstractSchemaValidator
org.hibernate.tool.schema.internal.GroupedSchemaValidatorImpl
All Implemented Interfaces:
SchemaValidator

public class GroupedSchemaValidatorImpl extends AbstractSchemaValidator
Author:
Andrea Boriero This implementation executes a single DatabaseMetaData.getTables(String, String, String, String[]) call to retrieve all the database table in order to determine if all the Entity have a mapped database tables.