Uses of Class
org.hibernate.tool.schema.extract.spi.NameSpaceTablesInformation
Packages that use NameSpaceTablesInformation
Package
Description
Implementation of the SPI for schema information extraction from the database via JDBC.
Defines an SPI for schema information extraction from the database via JDBC.
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 NameSpaceTablesInformationModifier and TypeMethodDescriptionAbstractInformationExtractorImpl.getTables
(Identifier catalog, Identifier schema) DatabaseInformationImpl.getTablesInformation
(Namespace namespace) -
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
-
Uses of NameSpaceTablesInformation in org.hibernate.tool.schema.internal
Methods in org.hibernate.tool.schema.internal that return NameSpaceTablesInformationModifier and TypeMethodDescriptionprotected abstract NameSpaceTablesInformation
AbstractSchemaMigrator.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 NameSpaceTablesInformation
GroupedSchemaMigratorImpl.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 NameSpaceTablesInformation
IndividuallySchemaMigratorImpl.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)