Uses of Class
org.hibernate.boot.model.relational.Namespace
-
Packages that use Namespace Package Description org.hibernate.boot.model.relational Some SPIs related to DDL generation and schema management.org.hibernate.dialect.aggregate Support forDialect
-specific aggregate column types, including user-defined composite types, and JSON or XML types.org.hibernate.mapping This package defines the Hibernate configuration-time mapping model.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.org.hibernate.tool.schema.spi 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 Namespace Modifier and Type Method Description Namespace
Database. adjustDefaultNamespace(String implicitCatalogName, String implicitSchemaName)
Namespace
Database. adjustDefaultNamespace(Identifier catalogName, Identifier schemaName)
Namespace
Database. getDefaultNamespace()
Namespace
Database. 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[] 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 Namespace Modifier and Type Method Description List<AuxiliaryDatabaseObject>
AggregateSupport. aggregateAuxiliaryDatabaseObjects(Namespace namespace, String aggregatePath, AggregateColumn aggregateColumn, List<Column> aggregatedColumns)
Allows to generate auxiliary database objects for an aggregate type.List<AuxiliaryDatabaseObject>
AggregateSupportImpl. aggregateAuxiliaryDatabaseObjects(Namespace namespace, String aggregatePath, AggregateColumn aggregateColumn, List<Column> aggregatedColumns)
List<AuxiliaryDatabaseObject>
DB2AggregateSupport. aggregateAuxiliaryDatabaseObjects(Namespace namespace, String aggregatePath, AggregateColumn aggregateColumn, List<Column> aggregatedColumns)
List<AuxiliaryDatabaseObject>
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 Namespace Constructor Description AbstractUserDefinedType(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, String subselect, boolean isAbstract)
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 Namespace Modifier and Type Method Description NameSpaceTablesInformation
DatabaseInformationImpl. 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 NameSpaceTablesInformation
DatabaseInformation. 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 Namespace Modifier and Type Method Description protected 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 Namespace Modifier and Type Method Description boolean
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.
-