| Package | Description |
|---|---|
| org.hibernate.jpa.internal.schemagen |
Support for JPA 2.1 defined database schema generation.
|
| org.hibernate.mapping |
This package defines the Hibernate configuration-time metamodel.
|
| org.hibernate.tool.hbm2ddl |
The hbm2ddl tool.
|
| Class and Description |
|---|
| ImportSqlCommandExtractor
Contract for extracting statements from import.sql script.
|
| Class and Description |
|---|
| TableMetadata
JDBC table metadata
|
| Class and Description |
|---|
| ColumnMetadata
JDBC column metadata
|
| ConnectionHelper
Contract for delegates responsible for managing connection used by the
hbm2ddl tools.
|
| ForeignKeyMetadata
JDBC foreign key metadata
|
| ImportSqlCommandExtractor
Contract for extracting statements from import.sql script.
|
| ImportSqlCommandExtractorInitiator
Instantiates and configures an appropriate
ImportSqlCommandExtractor. |
| IndexMetadata
JDBC index metadata
|
| SchemaExport
Commandline tool to export table schema to the database.
|
| SchemaExport.Type |
| Target |
| UniqueConstraintSchemaUpdateStrategy
Unique columns and unique keys both use unique constraints in most dialects.
|
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.