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
Table. sqlAlterStrings(Dialect dialect, Metadata metadata, TableInformation tableInfo, Identifier defaultCatalog, Identifier defaultSchema)
-
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 TableInformation
ColumnInformation. getContainingTableInformation()
Access to the containing table.TableInformation
InformationExtractor. getTable(Identifier catalog, Identifier schema, Identifier tableName)
Look for a matching table.TableInformation
DatabaseInformation. getTableInformation(Identifier catalogName, Identifier schemaName, Identifier tableName)
Obtain reference to the named TableInformationTableInformation
DatabaseInformation. getTableInformation(Namespace.Name schemaName, Identifier tableName)
Obtain reference to the named TableInformationTableInformation
DatabaseInformation. getTableInformation(QualifiedTableName tableName)
Obtain reference to the named TableInformationTableInformation
NameSpaceTablesInformation. getTableInformation(java.lang.String tableName)
TableInformation
NameSpaceTablesInformation. getTableInformation(Table table)
TableInformation
ExtractionContext.DatabaseObjectAccess. locateTableInformation(QualifiedTableName tableName)
Methods in org.hibernate.tool.schema.extract.spi with parameters of type TableInformation Modifier and Type Method Description void
NameSpaceTablesInformation. 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.
-