| Interface | Description |
|---|---|
| ConnectionHelper | Deprecated
Everything in this package has been replaced with
SchemaManagementTool and friends. |
| ImportSqlCommandExtractor |
Contract for extracting statements from source/import/init scripts.
|
| Class | Description |
|---|---|
| ColumnMetadata | Deprecated
Use
ColumnInformation or
ColumnInformationImpl instead |
| ForeignKeyMetadata | Deprecated
Everything in this package has been replaced with
SchemaManagementTool and friends. |
| ImportSqlCommandExtractorInitiator |
Instantiates and configures an appropriate
ImportSqlCommandExtractor. |
| IndexMetadata | Deprecated
Everything in this package has been replaced with
SchemaManagementTool and 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 <tt>SchemaExport</tt>.
|
| SchemaUpdate |
A commandline tool to update a database schema.
|
| SchemaUpdateCommand | Deprecated
Everything in this package has been replaced with
SchemaManagementTool and friends. |
| SchemaUpdateTask |
An Ant task for <tt>SchemaUpdate</tt>.
|
| SchemaValidator |
A commandline tool to update a database schema.
|
| SchemaValidatorTask |
An Ant task for <tt>SchemaUpdate</tt>.
|
| SingleLineSqlCommandExtractor |
Class responsible for extracting SQL statements from import script.
|
| TableMetadata | Deprecated
Everything in this package has been replaced with
SchemaManagementTool and friends. |
| TargetTypeHelper |
| Enum | Description |
|---|---|
| SchemaExport.Action | |
| SchemaExport.Type | |
| SchemaExportTask.ExportType | |
| 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.
|
| Exception | Description |
|---|---|
| ImportScriptException | Deprecated
Everything in this package has been replaced with
SchemaManagementTool and friends. |
<p> The <tt>hbm2ddl</tt> tool. </p>
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.