Uses of Interface
org.hibernate.tool.schema.extract.spi.IndexInformation
Packages that use IndexInformation
Package
Description
Defines an SPI for schema information extraction from the database via JDBC.
-
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.@Nullable List<IndexInformation> NameSpaceIndexesInformation.getIndexesInformation(String tableName) @Nullable List<IndexInformation> NameSpaceIndexesInformation.getIndexesInformation(Table table) ExtractionContext.DatabaseObjectAccess.locateIndexesInformation(QualifiedTableName tableName) Methods in org.hibernate.tool.schema.extract.spi with parameters of type IndexInformationModifier and TypeMethodDescriptionvoidNameSpaceIndexesInformation.addIndexInformation(TableInformation tableInformation, IndexInformation indexInformation)