Class QuotingHelper

java.lang.Object
org.hibernate.internal.util.QuotingHelper

public final class QuotingHelper extends Object
  • Method Details

    • unquoteIdentifier

      public static String unquoteIdentifier(String text)
    • unquoteStringLiteral

      public static String unquoteStringLiteral(String text)
    • unquoteJavaStringLiteral

      public static String unquoteJavaStringLiteral(String text)
    • appendDoubleQuoteEscapedString

      public static void appendDoubleQuoteEscapedString(StringBuilder sb, String text)
    • appendSingleQuoteEscapedString

      public static void appendSingleQuoteEscapedString(StringBuilder sb, String text)