| Package | Description |
|---|---|
| org.hibernate.boot.model.relational | |
| org.hibernate.mapping |
This package defines the Hibernate configuration-time metamodel.
|
| org.hibernate.tool.schema.extract.internal | |
| org.hibernate.tool.schema.extract.spi | |
| org.hibernate.tool.schema.internal | |
| org.hibernate.tool.schema.spi |
| Modifier and Type | Method and Description |
|---|---|
Namespace |
Database.adjustDefaultNamespace(Identifier catalogName,
Identifier schemaName) |
Namespace |
Database.adjustDefaultNamespace(java.lang.String implicitCatalogName,
java.lang.String implicitSchemaName) |
Namespace |
Database.getDefaultNamespace() |
Namespace |
Database.locateNamespace(Identifier catalogName,
Identifier schemaName) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Iterable<Namespace> |
Database.getNamespaces() |
| Constructor and Description |
|---|
NamedAuxiliaryDatabaseObject(java.lang.String name,
Namespace namespace,
java.lang.String[] createStrings,
java.lang.String[] dropStrings,
java.util.Set<java.lang.String> dialectScopes) |
NamedAuxiliaryDatabaseObject(java.lang.String name,
Namespace namespace,
java.lang.String createString,
java.lang.String dropString,
java.util.Set<java.lang.String> dialectScopes) |
SimpleAuxiliaryDatabaseObject(Namespace namespace,
java.lang.String[] createStrings,
java.lang.String[] dropStrings,
java.util.Set<java.lang.String> dialectScopes) |
SimpleAuxiliaryDatabaseObject(Namespace namespace,
java.lang.String createString,
java.lang.String dropString,
java.util.Set<java.lang.String> dialectScopes) |
| Constructor and Description |
|---|
DenormalizedTable(Namespace namespace,
Identifier physicalTableName,
boolean isAbstract,
Table includedTable) |
DenormalizedTable(Namespace namespace,
Identifier physicalTableName,
java.lang.String subselectFragment,
boolean isAbstract,
Table includedTable) |
DenormalizedTable(Namespace namespace,
java.lang.String subselect,
boolean isAbstract,
Table includedTable) |
Table(Namespace namespace,
Identifier physicalTableName,
boolean isAbstract) |
Table(Namespace namespace,
Identifier physicalTableName,
java.lang.String subselect,
boolean isAbstract) |
Table(Namespace namespace,
java.lang.String subselect,
boolean isAbstract) |
| Modifier and Type | Method and Description |
|---|---|
NameSpaceTablesInformation |
DatabaseInformationImpl.getTablesInformation(Namespace namespace) |
| Modifier and Type | Method and Description |
|---|---|
NameSpaceTablesInformation |
DatabaseInformation.getTablesInformation(Namespace namespace)
Obtain reference to all the TableInformation) for a given {@link Namespace}
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractSchemaMigrator.createSchemaAndCatalog(DatabaseInformation existingDatabase,
ExecutionOptions options,
Dialect dialect,
Formatter formatter,
boolean tryToCreateCatalogs,
boolean tryToCreateSchemas,
java.util.Set<Identifier> exportedCatalogs,
Namespace namespace,
GenerationTarget[] targets) |
boolean |
DefaultSchemaFilter.includeNamespace(Namespace namespace) |
protected NameSpaceTablesInformation |
GroupedSchemaMigratorImpl.performTablesMigration(Metadata metadata,
DatabaseInformation existingDatabase,
ExecutionOptions options,
Dialect dialect,
Formatter formatter,
java.util.Set<java.lang.String> exportIdentifiers,
boolean tryToCreateCatalogs,
boolean tryToCreateSchemas,
java.util.Set<Identifier> exportedCatalogs,
Namespace namespace,
GenerationTarget[] targets) |
protected abstract NameSpaceTablesInformation |
AbstractSchemaMigrator.performTablesMigration(Metadata metadata,
DatabaseInformation existingDatabase,
ExecutionOptions options,
Dialect dialect,
Formatter formatter,
java.util.Set<java.lang.String> exportIdentifiers,
boolean tryToCreateCatalogs,
boolean tryToCreateSchemas,
java.util.Set<Identifier> exportedCatalogs,
Namespace namespace,
GenerationTarget[] targets) |
protected NameSpaceTablesInformation |
IndividuallySchemaMigratorImpl.performTablesMigration(Metadata metadata,
DatabaseInformation existingDatabase,
ExecutionOptions options,
Dialect dialect,
Formatter formatter,
java.util.Set<java.lang.String> exportIdentifiers,
boolean tryToCreateCatalogs,
boolean tryToCreateSchemas,
java.util.Set<Identifier> exportedCatalogs,
Namespace namespace,
GenerationTarget[] targets) |
protected abstract void |
AbstractSchemaValidator.validateTables(Metadata metadata,
DatabaseInformation databaseInformation,
ExecutionOptions options,
Dialect dialect,
Namespace namespace) |
protected void |
GroupedSchemaValidatorImpl.validateTables(Metadata metadata,
DatabaseInformation databaseInformation,
ExecutionOptions options,
Dialect dialect,
Namespace namespace) |
protected void |
IndividuallySchemaValidatorImpl.validateTables(Metadata metadata,
DatabaseInformation databaseInformation,
ExecutionOptions options,
Dialect dialect,
Namespace namespace) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SchemaFilter.includeNamespace(Namespace namespace)
Should the given namespace (catalog+schema) be included? If
true, the
namespace will be further processed; if false, processing will skip this
namespace. |
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.