Class GroupedSchemaMigratorImpl

java.lang.Object
org.hibernate.tool.schema.internal.AbstractSchemaMigrator
org.hibernate.tool.schema.internal.GroupedSchemaMigratorImpl
All Implemented Interfaces:
SchemaMigrator

public class GroupedSchemaMigratorImpl extends AbstractSchemaMigrator
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.