public interface QualifiedName
render()
. If the intention is get get the name
as used in the database, the JdbcEnvironment
->
QualifiedObjectNameFormatter.format(org.hibernate.boot.model.relational.QualifiedTableName, org.hibernate.dialect.Dialect)
should be
used instead.Modifier and Type | Method and Description |
---|---|
Identifier |
getCatalogName() |
Identifier |
getObjectName() |
Identifier |
getSchemaName() |
String |
render()
Returns a String-form of the qualified name.
|
Identifier getCatalogName()
Identifier getSchemaName()
Identifier getObjectName()
String render()
QualifiedObjectNameFormatter.format(org.hibernate.boot.model.relational.QualifiedTableName, org.hibernate.dialect.Dialect)
instead. See JdbcEnvironment.getQualifiedObjectNameFormatter()
Copyright © 2019 JBoss by Red Hat. All rights reserved.