Package | Description |
---|---|
org.hibernate.boot.model.relational | |
org.hibernate.tool.schema.extract.internal | |
org.hibernate.tool.schema.extract.spi | |
org.hibernate.tool.schema.internal |
Modifier and Type | Method and Description |
---|---|
Namespace.Name |
Namespace.getName() |
Namespace.Name |
Namespace.getPhysicalName() |
Modifier and Type | Method and Description |
---|---|
int |
Namespace.Name.compareTo(Namespace.Name that) |
Constructor and Description |
---|
Namespace(Database database,
Namespace.Name name) |
QualifiedNameImpl(Namespace.Name schemaName,
Identifier objectName) |
QualifiedSequenceName(Namespace.Name schemaName,
Identifier sequenceName) |
QualifiedTableName(Namespace.Name schemaName,
Identifier tableName) |
Modifier and Type | Method and Description |
---|---|
SequenceInformation |
DatabaseInformationImpl.getSequenceInformation(Namespace.Name schemaName,
Identifier sequenceName) |
TableInformation |
DatabaseInformationImpl.getTableInformation(Namespace.Name namespace,
Identifier tableName) |
boolean |
DatabaseInformationImpl.schemaExists(Namespace.Name namespace) |
Constructor and Description |
---|
DatabaseInformationImpl(ServiceRegistry serviceRegistry,
JdbcEnvironment jdbcEnvironment,
DdlTransactionIsolator ddlTransactionIsolator,
Namespace.Name defaultNamespace) |
Modifier and Type | Method and Description |
---|---|
SequenceInformation |
DatabaseInformation.getSequenceInformation(Namespace.Name schemaName,
Identifier sequenceName)
Obtain reference to the named SequenceInformation
|
TableInformation |
DatabaseInformation.getTableInformation(Namespace.Name schemaName,
Identifier tableName)
Obtain reference to the named TableInformation
|
boolean |
DatabaseInformation.schemaExists(Namespace.Name schema)
Check to see if the given schema already exists.
|
Modifier and Type | Method and Description |
---|---|
static DatabaseInformation |
Helper.buildDatabaseInformation(ServiceRegistry serviceRegistry,
DdlTransactionIsolator ddlTransactionIsolator,
Namespace.Name defaultNamespace) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.