| Package | Description |
|---|---|
| org.hibernate.dialect |
This package abstracts the SQL dialect of the underlying database.
|
| org.hibernate.engine.jdbc.env.spi | |
| org.hibernate.mapping |
This package defines the Hibernate configuration-time metamodel.
|
| org.hibernate.tool.schema.extract.spi |
| Class and Description |
|---|
| SequenceInformationExtractor
Because JDBC (at least up to and including Java 7, JDBC 4) still does not have support for obtaining information
about sequences from DatabaseMetaData.
|
| Class and Description |
|---|
| SequenceInformation
Access to information about existing sequences.
|
| Class and Description |
|---|
| TableInformation
Provides access to information about existing tables in the database
|
| Class and Description |
|---|
| ColumnInformation
Provides access to information about existing table columns
|
| ExtractionContext
Defines a context for performing extraction including providing access to information about ongoing extraction as
well as to delegates needed in performing extraction.
|
| ExtractionContext.DatabaseObjectAccess
In conjunction with
ExtractionContext.getDatabaseObjectAccess() provides access to
information about known database objects to the extractor. |
| ForeignKeyInformation |
| ForeignKeyInformation.ColumnReferenceMapping |
| IndexInformation
Provides access to information about existing index in the database
|
| NameSpaceTablesInformation |
| PrimaryKeyInformation
Provides access to information about existing primary key for a table
|
| SequenceInformation
Access to information about existing sequences.
|
| TableInformation
Provides access to information about existing tables in the database
|
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.