Uses of Interface
org.hibernate.tool.schema.spi.SchemaMigrator
-
Packages that use SchemaMigrator Package Description org.hibernate.tool.schema.internal org.hibernate.tool.schema.spi -
-
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
class
GroupedSchemaMigratorImpl
class
IndividuallySchemaMigratorImpl
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)
-