Uses of Class
org.hibernate.tool.schema.internal.AbstractSchemaMigrator
Packages that use AbstractSchemaMigrator
Package
Description
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.internalModifier and TypeClassDescriptionclass
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
This implementation executes oneDatabaseMetaData.getTables(String, String, String, String[])
call for eachEntity
in order to determine if a corresponding database table exists.