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(String implicitCatalogName,
String implicitSchemaName) |
Namespace |
Database.getDefaultNamespace() |
Namespace |
Database.locateNamespace(Identifier catalogName,
Identifier schemaName) |
Modifier and Type | Method and Description |
---|---|
Iterable<Namespace> |
Database.getNamespaces() |
Constructor and Description |
---|
NamedAuxiliaryDatabaseObject(String name,
Namespace namespace,
String[] createStrings,
String[] dropStrings,
Set<String> dialectScopes) |
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) |
Constructor and Description |
---|
DenormalizedTable(Namespace namespace,
Identifier physicalTableName,
boolean isAbstract,
Table includedTable) |
DenormalizedTable(Namespace namespace,
Identifier physicalTableName,
String subselectFragment,
boolean isAbstract,
Table includedTable) |
DenormalizedTable(Namespace namespace,
String subselect,
boolean isAbstract,
Table includedTable) |
Table(Namespace namespace,
Identifier physicalTableName,
boolean isAbstract) |
Table(Namespace namespace,
Identifier physicalTableName,
String subselect,
boolean isAbstract) |
Table(Namespace namespace,
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,
Set<Identifier> exportedCatalogs,
Namespace namespace,
GenerationTarget[] targets) |
boolean |
DefaultSchemaFilter.includeNamespace(Namespace namespace) |
protected NameSpaceTablesInformation |
IndividuallySchemaMigratorImpl.performTablesMigration(Metadata metadata,
DatabaseInformation existingDatabase,
ExecutionOptions options,
Dialect dialect,
Formatter formatter,
Set<String> exportIdentifiers,
boolean tryToCreateCatalogs,
boolean tryToCreateSchemas,
Set<Identifier> exportedCatalogs,
Namespace namespace,
GenerationTarget[] targets) |
protected NameSpaceTablesInformation |
GroupedSchemaMigratorImpl.performTablesMigration(Metadata metadata,
DatabaseInformation existingDatabase,
ExecutionOptions options,
Dialect dialect,
Formatter formatter,
Set<String> exportIdentifiers,
boolean tryToCreateCatalogs,
boolean tryToCreateSchemas,
Set<Identifier> exportedCatalogs,
Namespace namespace,
GenerationTarget[] targets) |
protected abstract NameSpaceTablesInformation |
AbstractSchemaMigrator.performTablesMigration(Metadata metadata,
DatabaseInformation existingDatabase,
ExecutionOptions options,
Dialect dialect,
Formatter formatter,
Set<String> exportIdentifiers,
boolean tryToCreateCatalogs,
boolean tryToCreateSchemas,
Set<Identifier> exportedCatalogs,
Namespace namespace,
GenerationTarget[] targets) |
protected void |
IndividuallySchemaValidatorImpl.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 abstract void |
AbstractSchemaValidator.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 © 2017 JBoss by Red Hat. All rights reserved.