Class QualifiedNameParser
java.lang.Object
org.hibernate.boot.model.relational.QualifiedNameParser
Parses a qualified name.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionParses a textual representation of a qualified name into a NameParts representation.parse
(String text, Identifier defaultCatalog, Identifier defaultSchema) Parses a textual representation of a qualified name into a NameParts representation.
-
Field Details
-
INSTANCE
Singleton access
-
-
Constructor Details
-
QualifiedNameParser
public QualifiedNameParser()
-
-
Method Details
-
parse
public QualifiedNameParser.NameParts parse(String text, Identifier defaultCatalog, Identifier defaultSchema) Parses a textual representation of a qualified name into a NameParts representation. Explicitly looks for the formcatalog.schema.name
.- Parameters:
text
- The simple text representation of the qualified name.- Returns:
- The wrapped QualifiedName
-
parse
Parses a textual representation of a qualified name into a NameParts representation. Explicitly looks for the formcatalog.schema.name
.- Parameters:
text
- The simple text representation of the qualified name.- Returns:
- The wrapped QualifiedName
-