Package com.querydsl.sql
Class SQLCloseListener
java.lang.Object
com.querydsl.sql.SQLBaseListener
com.querydsl.sql.SQLCloseListener
- All Implemented Interfaces:
SQLDetailedListener,SQLListener
SQLCloseListener closes the JDBC connection at the end of the query or clause execution-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidend(SQLListenerContext context) Called at the end of a query.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
-
Field Details
-
DEFAULT
-
-
Method Details
-
end
Description copied from interface:SQLDetailedListenerCalled at the end of a query.- Specified by:
endin interfaceSQLDetailedListener- Overrides:
endin classSQLBaseListener- Parameters:
context- a context object that is progressively filled out as the query executes
-