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