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 NameSpaceTablesInformationInformationExtractor. getTables(Identifier catalog, Identifier schema)Extract all the tables information.NameSpaceTablesInformationDatabaseInformation. getTablesInformation(Namespace namespace)Obtain reference to all theTableInformationfor a givenNamespace
-