Uses of Class
org.hibernate.boot.model.relational.Namespace
-
-
Uses of Namespace in org.hibernate.boot.model.relational
Methods in org.hibernate.boot.model.relational that return Namespace Modifier and Type Method Description NamespaceDatabase. adjustDefaultNamespace(String implicitCatalogName, String implicitSchemaName)NamespaceDatabase. adjustDefaultNamespace(Identifier catalogName, Identifier schemaName)NamespaceDatabase. getDefaultNamespace()NamespaceDatabase. locateNamespace(Identifier catalogName, Identifier schemaName)Methods in org.hibernate.boot.model.relational that return types with arguments of type Namespace Modifier and Type Method Description Iterable<Namespace>Database. getNamespaces()Constructors in org.hibernate.boot.model.relational with parameters of type Namespace Constructor Description NamedAuxiliaryDatabaseObject(String name, Namespace namespace, String createString, String dropString, Set<String> dialectScopes)SimpleAuxiliaryDatabaseObject(Namespace namespace, String[] createStrings, String[] dropStrings, Set<String> dialectScopes)SimpleAuxiliaryDatabaseObject(Namespace namespace, String createString, String dropString, Set<String> dialectScopes) -
Uses of Namespace in org.hibernate.mapping
Constructors in org.hibernate.mapping with parameters of type Namespace Constructor Description DenormalizedTable(String contributor, Namespace namespace, String subselect, boolean isAbstract, Table includedTable)DenormalizedTable(String contributor, Namespace namespace, Identifier physicalTableName, boolean isAbstract, Table includedTable)DenormalizedTable(String contributor, Namespace namespace, Identifier physicalTableName, String subselectFragment, boolean isAbstract, Table includedTable)Table(String contributor, Namespace namespace, String subselect, boolean isAbstract)Table(String contributor, Namespace namespace, Identifier physicalTableName, boolean isAbstract)Table(String contributor, Namespace namespace, Identifier physicalTableName, String subselect, boolean isAbstract) -
Uses of Namespace in org.hibernate.tool.schema.extract.internal
Methods in org.hibernate.tool.schema.extract.internal with parameters of type Namespace Modifier and Type Method Description NameSpaceTablesInformationDatabaseInformationImpl. getTablesInformation(Namespace namespace) -
Uses of Namespace in org.hibernate.tool.schema.extract.spi
Methods in org.hibernate.tool.schema.extract.spi with parameters of type Namespace Modifier and Type Method Description NameSpaceTablesInformationDatabaseInformation. getTablesInformation(Namespace namespace)Obtain reference to all theTableInformationfor a givenNamespace -
Uses of Namespace in org.hibernate.tool.schema.internal
Methods in org.hibernate.tool.schema.internal with parameters of type Namespace Modifier and Type Method Description protected voidAbstractSchemaMigrator. createSchemaAndCatalog(DatabaseInformation existingDatabase, ExecutionOptions options, Dialect dialect, Formatter formatter, boolean tryToCreateCatalogs, boolean tryToCreateSchemas, Set<Identifier> exportedCatalogs, Namespace namespace, GenerationTarget[] targets)booleanDefaultSchemaFilter. includeNamespace(Namespace namespace)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)protected abstract voidAbstractSchemaValidator. validateTables(Metadata metadata, DatabaseInformation databaseInformation, ExecutionOptions options, ContributableMatcher contributableInclusionFilter, Dialect dialect, Namespace namespace)protected voidGroupedSchemaValidatorImpl. validateTables(Metadata metadata, DatabaseInformation databaseInformation, ExecutionOptions options, ContributableMatcher contributableInclusionFilter, Dialect dialect, Namespace namespace)protected voidIndividuallySchemaValidatorImpl. validateTables(Metadata metadata, DatabaseInformation databaseInformation, ExecutionOptions options, ContributableMatcher contributableInclusionFilter, Dialect dialect, Namespace namespace) -
Uses of Namespace in org.hibernate.tool.schema.spi
Methods in org.hibernate.tool.schema.spi with parameters of type Namespace Modifier and Type Method Description booleanSchemaFilter. includeNamespace(Namespace namespace)Should the given namespace (catalog+schema) be included? Iftrue, the namespace will be further processed; iffalse, processing will skip this namespace.
-