接口的使用
org.hibernate.tool.schema.extract.spi.IndexInformation
-
使用IndexInformation的程序包 程序包 说明 org.hibernate.tool.schema.extract.internal org.hibernate.tool.schema.extract.spi -
-
org.hibernate.tool.schema.extract.internal中IndexInformation的使用
实现IndexInformation的org.hibernate.tool.schema.extract.internal中的类 修饰符和类型 类 说明 classIndexInformationImpl返回IndexInformation的org.hibernate.tool.schema.extract.internal中的方法 修饰符和类型 方法 说明 IndexInformationTableInformationImpl. getIndex(Identifier indexName)返回变量类型为IndexInformation的类型的org.hibernate.tool.schema.extract.internal中的方法 修饰符和类型 方法 说明 Iterable<IndexInformation>InformationExtractorJdbcDatabaseMetaDataImpl. getIndexes(TableInformation tableInformation)Iterable<IndexInformation>TableInformationImpl. getIndexes()protected Map<Identifier,IndexInformation>TableInformationImpl. indexes() -
org.hibernate.tool.schema.extract.spi中IndexInformation的使用
返回IndexInformation的org.hibernate.tool.schema.extract.spi中的方法 修饰符和类型 方法 说明 IndexInformationTableInformation. getIndex(Identifier indexName)Retrieve the named IndexInformation返回变量类型为IndexInformation的类型的org.hibernate.tool.schema.extract.spi中的方法 修饰符和类型 方法 说明 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.
-