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.
Defines an SPI for schema information extraction from the database via JDBC.
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) @Nullable Namespace
Database.findNamespace
(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.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.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.