Class BasicFormatterImpl

java.lang.Object
org.hibernate.engine.jdbc.internal.BasicFormatterImpl
All Implemented Interfaces:
Formatter

public class BasicFormatterImpl extends Object implements Formatter
Performs formatting of basic SQL statements (DML + query).
  • Constructor Details

    • BasicFormatterImpl

      public BasicFormatterImpl()
  • Method Details

    • format

      public String format(String source)
      Description copied from interface: Formatter
      Format the source SQL string.
      Specified by:
      format in interface Formatter
      Parameters:
      source - The original SQL string
      Returns:
      The formatted version