Class SpringSQLCloseListener

java.lang.Object
com.querydsl.sql.SQLBaseListener
com.almis.awe.listener.SpringSQLCloseListener
All Implemented Interfaces:
com.querydsl.sql.SQLDetailedListener, com.querydsl.sql.SQLListener

public final class SpringSQLCloseListener extends com.querydsl.sql.SQLBaseListener
SpringSQLCloseListener closes the JDBC connection at the end of the query or clause execution
  • 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

    • SpringSQLCloseListener

      public SpringSQLCloseListener()
  • 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