Uses of Class
org.hibernate.tool.schema.extract.spi.NameSpaceTablesInformation
Packages that use NameSpaceTablesInformation
Package
Description
Defines an SPI for schema information extraction from the database via JDBC.
-
Uses of NameSpaceTablesInformation in org.hibernate.tool.schema.extract.spi
Methods in org.hibernate.tool.schema.extract.spi that return NameSpaceTablesInformationModifier and TypeMethodDescriptionInformationExtractor.getTables
(Identifier catalog, Identifier schema) Extract all the tables information.DatabaseInformation.getTablesInformation
(Namespace namespace) Obtain reference to all theTableInformation
for a givenNamespace