Uses of Class
org.hibernate.tool.schema.extract.spi.NameSpaceTablesInformation
-
Packages that use NameSpaceTablesInformation Package Description org.hibernate.tool.schema.extract.spi -
-
Uses of NameSpaceTablesInformation in org.hibernate.tool.schema.extract.spi
Methods in org.hibernate.tool.schema.extract.spi that return NameSpaceTablesInformation Modifier and Type Method Description NameSpaceTablesInformation
InformationExtractor. getTables(Identifier catalog, Identifier schema)
Extract all the tables information.NameSpaceTablesInformation
DatabaseInformation. getTablesInformation(Namespace namespace)
Obtain reference to all theTableInformation
for a givenNamespace
-