Class IndividuallySchemaMigratorImpl

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

public class IndividuallySchemaMigratorImpl extends AbstractSchemaMigrator
This implementation executes one DatabaseMetaData.getTables(String, String, String, String[]) call for each Entity in order to determine if a corresponding database table exists.