Uses of Interface
org.hibernate.tool.schema.extract.spi.IndexInformation
Packages that use IndexInformation
Package
Description
Implementation of the SPI for schema information extraction from the database via JDBC.
Defines an SPI for schema information extraction from the database via JDBC.
-
Uses of IndexInformation in org.hibernate.tool.schema.extract.internal
Classes in org.hibernate.tool.schema.extract.internal that implement IndexInformationMethods in org.hibernate.tool.schema.extract.internal that return IndexInformationMethods in org.hibernate.tool.schema.extract.internal that return types with arguments of type IndexInformationModifier and TypeMethodDescriptionAbstractInformationExtractorImpl.getIndexes
(TableInformation tableInformation) TableInformationImpl.getIndexes()
protected Map<Identifier,
IndexInformation> TableInformationImpl.indexes()
-
Uses of IndexInformation in org.hibernate.tool.schema.extract.spi
Methods in org.hibernate.tool.schema.extract.spi that return IndexInformationModifier and TypeMethodDescriptionTableInformation.getIndex
(Identifier indexName) Retrieve the named IndexInformationMethods in org.hibernate.tool.schema.extract.spi that return types with arguments of type IndexInformationModifier and TypeMethodDescriptionInformationExtractor.getIndexes
(TableInformation tableInformation) Extract information about indexes defined against the given table.TableInformation.getIndexes()
Obtain an iterable over all the table's defined indexes.