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(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 |
DatabaseInformation.getTablesInformation(Namespace namespace)
Obtain reference to all the TableInformation) for a given {@link 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-2019 Red Hat, Inc. All Rights Reserved.