Class ConnectionClosedListener

java.lang.Object
com.querydsl.sql.SQLBaseListener
org.qubership.atp.dataset.config.listeners.ConnectionClosedListener
All Implemented Interfaces:
com.querydsl.sql.SQLDetailedListener, com.querydsl.sql.SQLListener

public class ConnectionClosedListener extends com.querydsl.sql.SQLBaseListener
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    end(com.querydsl.sql.SQLListenerContext context)
     

    Methods inherited from class com.querydsl.sql.SQLBaseListener

    exception, executed, notifyDelete, notifyDeletes, notifyInsert, notifyInserts, notifyMerge, notifyMerges, notifyQuery, notifyUpdate, notifyUpdates, preExecute, prepared, prePrepare, preRender, rendered, start

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ConnectionClosedListener

      public ConnectionClosedListener()
  • Method Details

    • end

      public void end(com.querydsl.sql.SQLListenerContext context)
      Specified by:
      end in interface com.querydsl.sql.SQLDetailedListener
      Overrides:
      end in class com.querydsl.sql.SQLBaseListener