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 the 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 classAbstractSchemaMigratorBase implementation ofSchemaMigrator.classGroupedSchemaMigratorImplThis 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.classIndividuallySchemaMigratorImplThis implementation executes oneDatabaseMetaData.getTables(String, String, String, String[])call for eachEntityin order to determine if a corresponding database table exists.Methods in org.hibernate.tool.schema.internal that return SchemaMigrator Modifier and Type Method Description SchemaMigratorHibernateSchemaManagementTool. 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 SchemaMigratorSchemaManagementTool. getSchemaMigrator(Map<String,Object> options)
-