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 NameSpaceTablesInformation
AbstractInformationExtractorImpl. getTables(Identifier catalog, Identifier schema)
NameSpaceTablesInformation
DatabaseInformationImpl. 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 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
-
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 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)
-