Interface QualifiedName

All Known Implementing Classes:
QualifiedNameImpl, QualifiedNameParser.NameParts, QualifiedSequenceName, QualifiedTableName, QualifiedTypeName, Sequence.Name

public interface QualifiedName
Models the qualified name of a database object. Some things to keep in mind wrt catalog/schema:
  1. DatabaseMetaData.isCatalogAtStart()
  2. DatabaseMetaData.getCatalogSeparator()

Also, be careful about the usage of render(). If the intention is to get the name as used in the database, the JdbcEnvironment to QualifiedObjectNameFormatter.format(org.hibernate.boot.model.relational.QualifiedTableName, org.hibernate.dialect.Dialect) should be used instead.