Class EmptyStatementInspector

java.lang.Object
org.hibernate.resource.jdbc.internal.EmptyStatementInspector
All Implemented Interfaces:
Serializable, StatementInspector

public class EmptyStatementInspector extends Object implements StatementInspector
See Also:
  • Field Details

  • Constructor Details

    • EmptyStatementInspector

      protected EmptyStatementInspector()
  • Method Details

    • inspect

      public String inspect(String sql)
      Description copied from interface: StatementInspector
      Inspect the given SQL command, possibly returning a different SQL command to be used instead. A null return value is interpreted as if the method had returned its argument.
      Specified by:
      inspect in interface StatementInspector
      Parameters:
      sql - The SQL to inspect
      Returns:
      The processed SQL to use; may be null