public final class SQLNoCloseListener extends SQLBaseListener
SQLCloseListener from closing the connection, useful for
helper query executions| Modifier and Type | Field and Description |
|---|---|
static SQLNoCloseListener |
DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
void |
end(SQLListenerContext context)
Called at the end of a query.
|
void |
start(SQLListenerContext context)
Called at the start of a query.
|
exception, executed, notifyDelete, notifyDeletes, notifyInsert, notifyInserts, notifyMerge, notifyMerges, notifyQuery, notifyUpdate, notifyUpdates, preExecute, prepared, prePrepare, preRender, renderedpublic static final SQLNoCloseListener DEFAULT
public void start(SQLListenerContext context)
SQLDetailedListenerstart in interface SQLDetailedListenerstart in class SQLBaseListenercontext - a context object that is progressively filled out as the query executespublic void end(SQLListenerContext context)
SQLDetailedListenerend in interface SQLDetailedListenerend in class SQLBaseListenercontext - a context object that is progressively filled out as the query executesCopyright © 2007–2016 Querydsl. All rights reserved.