Uses of Class
org.hibernate.boot.model.relational.Namespace
Packages that use Namespace
Package
Description
Some SPIs related to DDL generation and schema management.
Support for
Dialect
-specific aggregate column types,
including user-defined composite types, and JSON or XML types.This package defines the Hibernate configuration-time mapping model.
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.
An SPI for tooling related to DDL generation, export, migration, and validation.
-
Uses of Namespace in org.hibernate.boot.model.relational
Methods in org.hibernate.boot.model.relational that return NamespaceModifier and TypeMethodDescriptionDatabase.adjustDefaultNamespace
(String implicitCatalogName, String implicitSchemaName) Database.adjustDefaultNamespace
(Identifier catalogName, Identifier schemaName) Database.getDefaultNamespace()
Database.locateNamespace
(Identifier catalogName, Identifier schemaName) Methods in org.hibernate.boot.model.relational that return types with arguments of type NamespaceConstructors in org.hibernate.boot.model.relational with parameters of type NamespaceModifierConstructorDescriptionNamedAuxiliaryDatabaseObject
(String name, Namespace namespace, String[] createStrings, String[] dropStrings, Set<String> dialectScopes) NamedAuxiliaryDatabaseObject
(String name, Namespace namespace, String[] createStrings, String[] dropStrings, Set<String> dialectScopes, boolean beforeTables) NamedAuxiliaryDatabaseObject
(String name, Namespace namespace, String createString, String dropString, Set<String> dialectScopes) NamedAuxiliaryDatabaseObject
(String name, Namespace namespace, String createString, String dropString, Set<String> dialectScopes, boolean beforeTables) SimpleAuxiliaryDatabaseObject
(Namespace namespace, String[] createStrings, String[] dropStrings, Set<String> dialectScopes) SimpleAuxiliaryDatabaseObject
(Namespace namespace, String[] createStrings, String[] dropStrings, Set<String> dialectScopes, boolean beforeTables) SimpleAuxiliaryDatabaseObject
(Namespace namespace, String createString, String dropString, Set<String> dialectScopes) SimpleAuxiliaryDatabaseObject
(Namespace namespace, String createString, String dropString, Set<String> dialectScopes, boolean beforeTables) -
Uses of Namespace in org.hibernate.dialect.aggregate
Methods in org.hibernate.dialect.aggregate with parameters of type NamespaceModifier and TypeMethodDescriptionAggregateSupport.aggregateAuxiliaryDatabaseObjects
(Namespace namespace, String aggregatePath, AggregateColumn aggregateColumn, List<Column> aggregatedColumns) Allows to generate auxiliary database objects for an aggregate type.AggregateSupportImpl.aggregateAuxiliaryDatabaseObjects
(Namespace namespace, String aggregatePath, AggregateColumn aggregateColumn, List<Column> aggregatedColumns) DB2AggregateSupport.aggregateAuxiliaryDatabaseObjects
(Namespace namespace, String aggregatePath, AggregateColumn aggregateColumn, List<Column> aggregatedColumns) OracleAggregateSupport.aggregateAuxiliaryDatabaseObjects
(Namespace namespace, String aggregatePath, AggregateColumn aggregateColumn, List<Column> aggregatedColumns) -
Uses of Namespace in org.hibernate.mapping
Constructors in org.hibernate.mapping with parameters of type NamespaceModifierConstructorDescriptionAbstractUserDefinedType
(String contributor, Namespace namespace, Identifier physicalTypeName) 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, Identifier physicalTableName, boolean isAbstract) Table
(String contributor, Namespace namespace, Identifier physicalTableName, String subselect, boolean isAbstract) UserDefinedArrayType
(String contributor, Namespace namespace, Identifier physicalTypeName) UserDefinedObjectType
(String contributor, Namespace namespace, Identifier physicalTypeName) -
Uses of Namespace in org.hibernate.tool.schema.extract.internal
Methods in org.hibernate.tool.schema.extract.internal with parameters of type NamespaceModifier and TypeMethodDescriptionDatabaseInformationImpl.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 NamespaceModifier and TypeMethodDescriptionDatabaseInformation.getTablesInformation
(Namespace namespace) Obtain reference to all theTableInformation
for a givenNamespace
-
Uses of Namespace in org.hibernate.tool.schema.internal
Methods in org.hibernate.tool.schema.internal with parameters of type NamespaceModifier and TypeMethodDescriptionprotected void
AbstractSchemaMigrator.createSchemaAndCatalog
(DatabaseInformation existingDatabase, ExecutionOptions options, Dialect dialect, Formatter formatter, boolean tryToCreateCatalogs, boolean tryToCreateSchemas, Set<Identifier> exportedCatalogs, Namespace namespace, SqlStringGenerationContext context, GenerationTarget[] targets) boolean
DefaultSchemaFilter.includeNamespace
(Namespace namespace) 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) protected abstract void
AbstractSchemaValidator.validateTables
(Metadata metadata, DatabaseInformation databaseInformation, ExecutionOptions options, ContributableMatcher contributableInclusionFilter, Dialect dialect, Namespace namespace) protected void
GroupedSchemaValidatorImpl.validateTables
(Metadata metadata, DatabaseInformation databaseInformation, ExecutionOptions options, ContributableMatcher contributableInclusionFilter, Dialect dialect, Namespace namespace) protected void
IndividuallySchemaValidatorImpl.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 NamespaceModifier and TypeMethodDescriptionboolean
SchemaFilter.includeNamespace
(Namespace namespace) Should the given namespace (catalog+schema) be included? Iftrue
, the namespace will be further processed; iffalse
, processing will skip this namespace.