Class QualifiedNameParser.NameParts
java.lang.Object
org.hibernate.boot.model.relational.QualifiedNameParser.NameParts
- All Implemented Interfaces:
QualifiedName
- Direct Known Subclasses:
QualifiedNameImpl
,Sequence.Name
- Enclosing class:
- QualifiedNameParser
-
Constructor Summary
ConstructorsConstructorDescriptionNameParts
(Identifier catalogName, Identifier schemaName, Identifier objectName) -
Method Summary
-
Constructor Details
-
NameParts
-
-
Method Details
-
getCatalogName
- Specified by:
getCatalogName
in interfaceQualifiedName
-
getSchemaName
- Specified by:
getSchemaName
in interfaceQualifiedName
-
getObjectName
- Specified by:
getObjectName
in interfaceQualifiedName
-
render
Description copied from interface:QualifiedName
Returns a string form of the qualified name.Depending on intention, may not be appropriate. May want
SqlStringGenerationContext.format(org.hibernate.boot.model.relational.QualifiedTableName)
instead.- Specified by:
render
in interfaceQualifiedName
- Returns:
- The string form
-
toString
-
equals
-
hashCode
public int hashCode()
-