Uses of Interface
org.hibernate.tool.schema.extract.spi.IndexInformation
-
Packages that use IndexInformation Package Description org.hibernate.tool.schema.extract.internal Implementation of the SPI for schema information extraction from the database via JDBC.org.hibernate.tool.schema.extract.spi 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 IndexInformation Modifier and Type Class Description class
IndexInformationImpl
Methods in org.hibernate.tool.schema.extract.internal that return IndexInformation Modifier and Type Method Description IndexInformation
TableInformationImpl. getIndex(Identifier indexName)
Methods in org.hibernate.tool.schema.extract.internal that return types with arguments of type IndexInformation Modifier and Type Method Description Iterable<IndexInformation>
AbstractInformationExtractorImpl. getIndexes(TableInformation tableInformation)
Iterable<IndexInformation>
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 IndexInformation Modifier and Type Method Description IndexInformation
TableInformation. getIndex(Identifier indexName)
Retrieve the named IndexInformationMethods in org.hibernate.tool.schema.extract.spi that return types with arguments of type IndexInformation Modifier and Type Method Description Iterable<IndexInformation>
InformationExtractor. getIndexes(TableInformation tableInformation)
Extract information about indexes defined against the given table.Iterable<IndexInformation>
TableInformation. getIndexes()
Obtain an iterable over all the table's defined indexes.
-