Package org.hibernate.tool.schema.spi
Interface SchemaManagementTool
-
- All Superinterfaces:
Serializable,Service
public interface SchemaManagementTool extends Service
Contract for schema management tool integration.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SchemaCreatorgetSchemaCreator(Map options)SchemaDroppergetSchemaDropper(Map options)SchemaMigratorgetSchemaMigrator(Map options)SchemaValidatorgetSchemaValidator(Map options)
-
-
-
Method Detail
-
getSchemaCreator
SchemaCreator getSchemaCreator(Map options)
-
getSchemaDropper
SchemaDropper getSchemaDropper(Map options)
-
getSchemaMigrator
SchemaMigrator getSchemaMigrator(Map options)
-
getSchemaValidator
SchemaValidator getSchemaValidator(Map options)
-
-