Uses of Interface
org.hibernate.tool.schema.spi.TableMigrator
Packages that use TableMigrator
Package
Description
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
An implementation of the SPI for the tooling related to DDL generation, export, migration, and validation.
-
Uses of TableMigrator in org.hibernate.dialect
Methods in org.hibernate.dialect that return TableMigratorModifier and TypeMethodDescriptionDialect.getTableMigrator()
Get aTableMigrator
, usuallyStandardTableMigrator
.DialectDelegateWrapper.getTableMigrator()
-
Uses of TableMigrator in org.hibernate.tool.schema.internal
Classes in org.hibernate.tool.schema.internal that implement TableMigrator