Uses of Class
org.hibernate.tool.schema.extract.spi.NameSpaceTablesInformation
-
Packages that use NameSpaceTablesInformation Package Description org.hibernate.tool.schema.extract.internal org.hibernate.tool.schema.extract.spi org.hibernate.tool.schema.internal -
-
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 sqlStringGenerationContext, 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 sqlStringGenerationContext, 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 sqlStringGenerationContext, GenerationTarget[] targets)
-