Uses of Class
org.hibernate.tool.schema.internal.AbstractSchemaMigrator
-
Packages that use AbstractSchemaMigrator Package Description org.hibernate.tool.schema.internal An implementation of the SPI for the tooling related to DDL generation, export, migration, and validation. -
-
Uses of AbstractSchemaMigrator in org.hibernate.tool.schema.internal
Subclasses of AbstractSchemaMigrator in org.hibernate.tool.schema.internal Modifier and Type Class Description class
GroupedSchemaMigratorImpl
This implementation executes a singleDatabaseMetaData.getTables(String, String, String, String[])
call to retrieve all the database table in order to determine if all theEntity
have a mapped database tables.class
IndividuallySchemaMigratorImpl
This implementation executes oneDatabaseMetaData.getTables(String, String, String, String[])
call for eachEntity
in order to determine if a corresponding database table exists.
-