Package com.almis.awe.listener
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
-
Method Summary
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
-
Constructor Details
-
SpringSQLCloseListener
public SpringSQLCloseListener()
-
-
Method Details
-
end
public void end(com.querydsl.sql.SQLListenerContext context) - Specified by:
end
in interfacecom.querydsl.sql.SQLDetailedListener
- Overrides:
end
in classcom.querydsl.sql.SQLBaseListener
-