Package | Description |
---|---|
org.hibernate.boot.model.relational | |
org.hibernate.mapping |
This package defines the Hibernate configuration-time metamodel.
|
org.hibernate.tool.schema.extract.spi | |
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 |
DatabaseInformation.getTablesInformation(Namespace namespace)
Obtain reference to all the
TableInformation for a given 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-2022 Red Hat, Inc. All Rights Reserved.