Package | Description |
---|---|
com.querydsl.sql |
SQL/JDBC support
|
Modifier and Type | Class and Description |
---|---|
class |
SQLBaseListener
SQLBaseListener is a base implementation of the SQLDetailedListener interface
with empty method implementations |
class |
SQLCloseListener
SQLCloseListener closes the JDBC connection at the end of the query or clause execution |
class |
SQLListeners
SQLListeners is a SQLListener implementation which dispatches the
notifications to a list of SQLListener instances |
class |
SQLNoCloseListener
SQLNoCloseListener can be used to block
SQLCloseListener from closing the connection, useful for
helper query executions |
Modifier and Type | Method and Description |
---|---|
Set<SQLDetailedListener> |
SQLListeners.getListeners() |
Constructor and Description |
---|
SQLResultIterator(Configuration conf,
Statement stmt,
ResultSet rs,
SQLDetailedListener listener,
SQLListenerContext context) |
Copyright © 2007–2016 Querydsl. All rights reserved.