| Package | Description |
|---|---|
| org.hibernate.tool.schema.extract.internal | |
| org.hibernate.tool.schema.extract.spi | |
| org.hibernate.tool.schema.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
ColumnInformationImpl
JDBC column metadata
|
| Modifier and Type | Method and Description |
|---|---|
ColumnInformation |
TableInformationImpl.getColumn(Identifier columnIdentifier) |
ColumnInformation |
InformationExtractorJdbcDatabaseMetaDataImpl.getColumn(TableInformation tableInformation,
Identifier columnIdentifier) |
ColumnInformation |
ForeignKeyInformationImpl.ColumnReferenceMappingImpl.getReferencedColumnMetadata() |
ColumnInformation |
ForeignKeyInformationImpl.ColumnReferenceMappingImpl.getReferencingColumnMetadata() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<ColumnInformation> |
PrimaryKeyInformationImpl.getColumns() |
List<ColumnInformation> |
IndexInformationImpl.getIndexedColumns() |
| Modifier and Type | Method and Description |
|---|---|
IndexInformationImpl.Builder |
IndexInformationImpl.Builder.addColumn(ColumnInformation columnInformation) |
InformationExtractorJdbcDatabaseMetaDataImpl.ForeignKeyBuilder |
InformationExtractorJdbcDatabaseMetaDataImpl.ForeignKeyBuilder.addColumnMapping(ColumnInformation referencing,
ColumnInformation referenced) |
InformationExtractorJdbcDatabaseMetaDataImpl.ForeignKeyBuilder |
InformationExtractorJdbcDatabaseMetaDataImpl.ForeignKeyBuilderImpl.addColumnMapping(ColumnInformation referencing,
ColumnInformation referenced) |
| Constructor and Description |
|---|
ColumnReferenceMappingImpl(ColumnInformation referencing,
ColumnInformation referenced) |
| Constructor and Description |
|---|
IndexInformationImpl(Identifier indexIdentifier,
List<ColumnInformation> columnList) |
PrimaryKeyInformationImpl(Identifier identifier,
Iterable<ColumnInformation> columns) |
| Modifier and Type | Method and Description |
|---|---|
ColumnInformation |
TableInformation.getColumn(Identifier columnIdentifier)
Retrieve the named ColumnInformation
|
ColumnInformation |
InformationExtractor.getColumn(TableInformation tableInformation,
Identifier columnIdentifier)
Return information about column for the given table.
|
ColumnInformation |
ForeignKeyInformation.ColumnReferenceMapping.getReferencedColumnMetadata()
Obtain the information about the referenced column (the target side).
|
ColumnInformation |
ForeignKeyInformation.ColumnReferenceMapping.getReferencingColumnMetadata()
Obtain the information about the referencing column (the source column, which points to
the referenced column).
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<ColumnInformation> |
PrimaryKeyInformation.getColumns()
Obtain the columns making up the primary key.
|
List<ColumnInformation> |
IndexInformation.getIndexedColumns()
Obtain the columns indexed under this index.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
SchemaValidatorImpl.validateColumnType(Table table,
Column column,
ColumnInformation columnInformation,
Metadata metadata) |
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.