| Package | Description |
|---|---|
| org.hibernate.cfg |
This package defines APIs for configuring Hibernate, and classes
for building the Hibernate configuration-time metamodel.
|
| org.hibernate.envers.tools.hbm2ddl | |
| 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 |
|---|
| DatabaseMetadata
JDBC database metadata
|
| SchemaUpdateScript
Pairs a SchemaUpdate SQL script with the boolean 'quiet'.
|
| Class and Description |
|---|
| SchemaExport
Commandline tool to export table schema to the database.
|
| 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 |
| SchemaUpdateScript
Pairs a SchemaUpdate SQL script with the boolean 'quiet'.
|
| TableMetadata
JDBC table metadata
|
| Target |
| UniqueConstraintSchemaUpdateStrategy
Unique columns and unique keys both use unique constraints in most dialects.
|
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.