Uses of Interface
org.hibernate.tool.schema.internal.TableMigrator
-
Packages that use TableMigrator Package Description org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.tool.schema.internal -
-
Uses of TableMigrator in org.hibernate.dialect
Methods in org.hibernate.dialect that return TableMigrator Modifier and Type Method Description TableMigrator
Dialect. getTableMigrator()
-
Uses of TableMigrator in org.hibernate.tool.schema.internal
Classes in org.hibernate.tool.schema.internal that implement TableMigrator Modifier and Type Class Description class
StandardTableMigrator
ATableMigrator
that only knows how to add new columns.
-