Uses of Interface
org.hibernate.tool.schema.extract.spi.TableInformation
-
Packages that use TableInformation Package Description org.hibernate.mapping org.hibernate.tool.schema.extract.spi -
-
Uses of TableInformation in org.hibernate.mapping
Methods in org.hibernate.mapping with parameters of type TableInformation Modifier and Type Method Description java.util.Iterator<java.lang.String>Table. sqlAlterStrings(Dialect dialect, Metadata metadata, TableInformation tableInfo, SqlStringGenerationContext sqlStringGenerationContext) -
Uses of TableInformation in org.hibernate.tool.schema.extract.spi
Methods in org.hibernate.tool.schema.extract.spi that return TableInformation Modifier and Type Method Description TableInformationColumnInformation. getContainingTableInformation()Access to the containing table.TableInformationInformationExtractor. getTable(Identifier catalog, Identifier schema, Identifier tableName)Look for a matching table.TableInformationDatabaseInformation. getTableInformation(Identifier catalogName, Identifier schemaName, Identifier tableName)Obtain reference to the named TableInformationTableInformationDatabaseInformation. getTableInformation(Namespace.Name schemaName, Identifier tableName)Obtain reference to the named TableInformationTableInformationDatabaseInformation. getTableInformation(QualifiedTableName tableName)Obtain reference to the named TableInformationTableInformationNameSpaceTablesInformation. getTableInformation(java.lang.String tableName)TableInformationNameSpaceTablesInformation. getTableInformation(Table table)TableInformationExtractionContext.DatabaseObjectAccess. locateTableInformation(QualifiedTableName tableName)Methods in org.hibernate.tool.schema.extract.spi with parameters of type TableInformation Modifier and Type Method Description voidNameSpaceTablesInformation. addTableInformation(TableInformation tableInformation)java.lang.Iterable<ForeignKeyInformation>InformationExtractor. getForeignKeys(TableInformation tableInformation)Extract information about foreign keys defined on the given table (targeting or point-at other tables).java.lang.Iterable<IndexInformation>InformationExtractor. getIndexes(TableInformation tableInformation)Extract information about indexes defined against the given table.
-