| Package | Description |
|---|---|
| org.hibernate.tool.schema.extract.spi |
| Modifier and Type | Method and Description |
|---|---|
IndexInformation |
TableInformation.getIndex(Identifier indexName)
Retrieve the named IndexInformation
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<IndexInformation> |
TableInformation.getIndexes()
Obtain an iterable over all the table's defined indexes.
|
Iterable<IndexInformation> |
InformationExtractor.getIndexes(TableInformation tableInformation)
Extract information about indexes defined against the given table.
|
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.