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 |
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) |
void |
TableInformationImpl.addColumn(ColumnInformation columnIdentifier) |
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 |
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 |
---|---|
void |
TableInformation.addColumn(ColumnInformation columnIdentifier) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractSchemaValidator.validateColumnType(Table table,
Column column,
ColumnInformation columnInformation,
Metadata metadata,
ExecutionOptions options,
Dialect dialect) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.