Package | Description |
---|---|
org.hibernate.mapping |
This package defines the Hibernate configuration-time metamodel.
|
org.hibernate.tool.schema.extract.spi |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator |
Table.sqlAlterStrings(Dialect dialect,
Metadata metadata,
TableInformation tableInfo,
java.lang.String defaultCatalog,
java.lang.String defaultSchema) |
Modifier and Type | Method and 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 TableInformation
|
TableInformation |
DatabaseInformation.getTableInformation(Namespace.Name schemaName,
Identifier tableName)
Obtain reference to the named TableInformation
|
TableInformation |
DatabaseInformation.getTableInformation(QualifiedTableName tableName)
Obtain reference to the named TableInformation
|
TableInformation |
NameSpaceTablesInformation.getTableInformation(java.lang.String tableName) |
TableInformation |
NameSpaceTablesInformation.getTableInformation(Table table) |
TableInformation |
ExtractionContext.DatabaseObjectAccess.locateTableInformation(QualifiedTableName tableName) |
Modifier and Type | Method and 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.
|
Copyright © 2001-2019 Red Hat, Inc. All Rights Reserved.