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 TypeClassDescriptionclassThis implementation executes a singleDatabaseMetaData.getTables(String, String, String, String[])call to retrieve all the database table in order to determine if all theEntityhave a mapped database tables.classThis implementation executes oneDatabaseMetaData.getTables(String, String, String, String[])call for eachEntityin order to determine if a corresponding database table exists.