| Package | Description |
|---|---|
| org.hibernate.tool.schema.extract.internal | |
| org.hibernate.tool.schema.extract.spi |
| Modifier and Type | Class and Description |
|---|---|
class |
IndexInformationImpl |
| Modifier and Type | Method and Description |
|---|---|
IndexInformation |
TableInformationImpl.getIndex(Identifier indexName) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<IndexInformation> |
TableInformationImpl.getIndexes() |
Iterable<IndexInformation> |
InformationExtractorJdbcDatabaseMetaDataImpl.getIndexes(TableInformation tableInformation) |
protected Map<Identifier,IndexInformation> |
TableInformationImpl.indexes() |
| 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-2017 Red Hat, Inc. All Rights Reserved.