Class QualifiedTableName
java.lang.Object
org.hibernate.boot.model.relational.QualifiedNameParser.NameParts
org.hibernate.boot.model.relational.QualifiedNameImpl
org.hibernate.boot.model.relational.QualifiedTableName
- All Implemented Interfaces:
QualifiedName
-
Constructor Summary
ConstructorDescriptionQualifiedTableName
(Identifier catalogName, Identifier schemaName, Identifier tableName) QualifiedTableName
(Namespace.Name schemaName, Identifier tableName) -
Method Summary
Methods inherited from class org.hibernate.boot.model.relational.QualifiedNameParser.NameParts
equals, getCatalogName, getObjectName, getSchemaName, hashCode, render, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.hibernate.boot.model.relational.QualifiedName
getCatalogName, getObjectName, getSchemaName, render
-
Constructor Details
-
QualifiedTableName
-
QualifiedTableName
-
-
Method Details
-
getTableName
-
quote
-