Package org.hibernate.tool.hbm2ddl
-
Interface Summary Interface Description ConnectionHelper Deprecated. Everything in this package has been replaced withSchemaManagementTooland friends.ImportSqlCommandExtractor Contract for extracting statements from source/import/init scripts. -
Class Summary Class Description ColumnMetadata Deprecated. UseColumnInformationorColumnInformationImplinsteadForeignKeyMetadata Deprecated. Everything in this package has been replaced withSchemaManagementTooland friends.ImportSqlCommandExtractorInitiator Instantiates and configures an appropriateImportSqlCommandExtractor.IndexMetadata Deprecated. Everything in this package has been replaced withSchemaManagementTooland friends.MultipleLinesSqlCommandExtractor Class responsible for extracting SQL statements from import script.SchemaExport Command-line tool for exporting (create and/or drop) a database schema.SchemaExportTask An Ant task for SchemaExport.SchemaUpdate A commandline tool to update a database schema.SchemaUpdateCommand Deprecated. Everything in this package has been replaced withSchemaManagementTooland friends.SchemaUpdateTask An Ant task for SchemaUpdate.SchemaValidator A commandline tool to update a database schema.SchemaValidatorTask An Ant task for SchemaUpdate.SingleLineSqlCommandExtractor Class responsible for extracting SQL statements from import script.TableMetadata Deprecated. Everything in this package has been replaced withSchemaManagementTooland friends.TargetTypeHelper -
Enum Summary Enum Description SchemaExport.Action SchemaExport.Type SchemaExportTask.ExportType Target Describes the types of targets for create, drop and update actionsUniqueConstraintSchemaUpdateStrategy Unique columns and unique keys both use unique constraints in most dialects. -
Exception Summary Exception Description ImportScriptException Deprecated. Everything in this package has been replaced withSchemaManagementTooland friends.