| Package | Description |
|---|---|
| org.hibernate.mapping |
This package defines the Hibernate configuration-time metamodel.
|
| org.hibernate.tool.hbm2ddl |
The hbm2ddl tool.
|
| org.hibernate.tool.schema.spi |
| Class and Description |
|---|
| TableMetadata
Deprecated.
Everything in this package has been replaced with
SchemaManagementTool and friends. |
| Class and Description |
|---|
| ColumnMetadata
Deprecated.
Use
ColumnInformation or
ColumnInformationImpl instead |
| ForeignKeyMetadata
Deprecated.
Everything in this package has been replaced with
SchemaManagementTool and friends. |
| ImportSqlCommandExtractor
Contract for extracting statements from source/import/init scripts.
|
| ImportSqlCommandExtractorInitiator
Instantiates and configures an appropriate
ImportSqlCommandExtractor. |
| IndexMetadata
Deprecated.
Everything in this package has been replaced with
SchemaManagementTool and friends. |
| SchemaExport
Command-line tool for exporting (create and/or drop) a database schema.
|
| SchemaExport.Action |
| SchemaExport.Type |
| SchemaExportTask.ExportType |
| SchemaUpdate
A commandline tool to update a database schema.
|
| Target
Describes the types of targets for create, drop and update actions
|
| UniqueConstraintSchemaUpdateStrategy
Unique columns and unique keys both use unique constraints in most dialects.
|
| Class and Description |
|---|
| ImportSqlCommandExtractor
Contract for extracting statements from source/import/init scripts.
|
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.