Class IndividuallySchemaValidatorImpl

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

public class IndividuallySchemaValidatorImpl extends AbstractSchemaValidator
Author:
Andrea Boriero This implementation executes one DatabaseMetaData.getTables(String, String, String, String[]) call for each Entity in order to determine if a corresponding database table exists.