Uses of Class
org.hibernate.tool.schema.extract.spi.NameSpaceTablesInformation
-
Packages that use NameSpaceTablesInformation Package Description org.hibernate.tool.schema.extract.internal Implementation of the SPI for schema information extraction from the database via JDBC.org.hibernate.tool.schema.extract.spi Defines an SPI for schema information extraction from the database via JDBC.org.hibernate.tool.schema.internal An implementation of the SPI for the tooling related to DDL generation, export, migration, and validation. -
-
Uses of NameSpaceTablesInformation in org.hibernate.tool.schema.extract.internal
Methods in org.hibernate.tool.schema.extract.internal that return NameSpaceTablesInformation Modifier and Type Method Description NameSpaceTablesInformationAbstractInformationExtractorImpl. getTables(Identifier catalog, Identifier schema)NameSpaceTablesInformationDatabaseInformationImpl. getTablesInformation(Namespace namespace) -
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 -
Uses of NameSpaceTablesInformation in org.hibernate.tool.schema.internal
Methods in org.hibernate.tool.schema.internal that return NameSpaceTablesInformation Modifier and Type Method Description protected abstract NameSpaceTablesInformationAbstractSchemaMigrator. performTablesMigration(Metadata metadata, DatabaseInformation existingDatabase, ExecutionOptions options, ContributableMatcher contributableInclusionFilter, Dialect dialect, Formatter formatter, Set<String> exportIdentifiers, boolean tryToCreateCatalogs, boolean tryToCreateSchemas, Set<Identifier> exportedCatalogs, Namespace namespace, SqlStringGenerationContext sqlGenerationContext, GenerationTarget[] targets)protected NameSpaceTablesInformationGroupedSchemaMigratorImpl. performTablesMigration(Metadata metadata, DatabaseInformation existingDatabase, ExecutionOptions options, ContributableMatcher contributableInclusionFilter, Dialect dialect, Formatter formatter, Set<String> exportIdentifiers, boolean tryToCreateCatalogs, boolean tryToCreateSchemas, Set<Identifier> exportedCatalogs, Namespace namespace, SqlStringGenerationContext context, GenerationTarget[] targets)protected NameSpaceTablesInformationIndividuallySchemaMigratorImpl. performTablesMigration(Metadata metadata, DatabaseInformation existingDatabase, ExecutionOptions options, ContributableMatcher contributableInclusionFilter, Dialect dialect, Formatter formatter, Set<String> exportIdentifiers, boolean tryToCreateCatalogs, boolean tryToCreateSchemas, Set<Identifier> exportedCatalogs, Namespace namespace, SqlStringGenerationContext context, GenerationTarget[] targets)
-