Class QualifiedNameParser

java.lang.Object
org.hibernate.boot.model.relational.QualifiedNameParser

public class QualifiedNameParser extends Object
Parses a qualified name.
  • Field Details

  • 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 form catalog.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 form catalog.schema.name.
      Parameters:
      text - The simple text representation of the qualified name.
      Returns:
      The wrapped QualifiedName