| Package | Description |
|---|---|
| org.hibernate.boot.model.relational | |
| org.hibernate.mapping |
This package defines the Hibernate configuration-time metamodel.
|
| Modifier and Type | Method and Description |
|---|---|
Schema |
Database.adjustDefaultSchema(Identifier catalogName,
Identifier schemaName) |
Schema |
Database.adjustDefaultSchema(String implicitCatalogName,
String implicitSchemaName) |
Schema |
Database.getDefaultSchema() |
Schema |
Database.locateSchema(Identifier catalogName,
Identifier schemaName) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Schema> |
Database.getSchemas() |
| Constructor and Description |
|---|
SimpleAuxiliaryDatabaseObject(Schema schema,
String[] createStrings,
String[] dropStrings,
Set<String> dialectScopes) |
SimpleAuxiliaryDatabaseObject(Schema schema,
String createString,
String dropString,
Set<String> dialectScopes) |
| Constructor and Description |
|---|
DenormalizedTable(Schema schema,
Identifier physicalTableName,
boolean isAbstract,
Table includedTable) |
DenormalizedTable(Schema schema,
Identifier physicalTableName,
String subselectFragment,
boolean isAbstract,
Table includedTable) |
DenormalizedTable(Schema schema,
String subselect,
boolean isAbstract,
Table includedTable) |
Table(Schema schema,
Identifier physicalTableName,
boolean isAbstract) |
Table(Schema schema,
Identifier physicalTableName,
String subselect,
boolean isAbstract) |
Table(Schema schema,
String subselect,
boolean isAbstract) |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.