public final class SQLNoCloseListener extends SQLBaseListener
SQLCloseListener
from closing the connection, useful for
helper query executionsModifier 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, rendered
public static final SQLNoCloseListener DEFAULT
public void start(SQLListenerContext context)
SQLDetailedListener
start
in interface SQLDetailedListener
start
in class SQLBaseListener
context
- a context object that is progressively filled out as the query executespublic void end(SQLListenerContext context)
SQLDetailedListener
end
in interface SQLDetailedListener
end
in class SQLBaseListener
context
- a context object that is progressively filled out as the query executesCopyright © 2007–2016 Querydsl. All rights reserved.