Uses of Interface
org.hibernate.tool.schema.spi.SchemaMigrator
Packages that use SchemaMigrator
Package
Description
An implementation of the SPI for the tooling related to DDL generation, export, migration, and validation.
An SPI for tooling related to DDL generation, export, migration, and validation.
-
Uses of SchemaMigrator in org.hibernate.tool.schema.internal
Classes in org.hibernate.tool.schema.internal that implement SchemaMigratorModifier and TypeClassDescriptionclass
Base implementation ofSchemaMigrator
.class
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.Methods in org.hibernate.tool.schema.internal that return SchemaMigratorModifier and TypeMethodDescriptionHibernateSchemaManagementTool.getSchemaMigrator
(Map<String, Object> options) -
Uses of SchemaMigrator in org.hibernate.tool.schema.spi
Methods in org.hibernate.tool.schema.spi that return SchemaMigratorModifier and TypeMethodDescriptionSchemaManagementTool.getSchemaMigrator
(Map<String, Object> options)