Package | Description |
---|---|
org.hibernate.tool.schema.extract.spi |
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) |
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.