Package | Description |
---|---|
com.querydsl.sql |
SQL/JDBC support
|
com.querydsl.sql.dml |
DML operations support
|
Modifier and Type | Interface and Description |
---|---|
interface |
SQLDetailedListener
An extended listener interface that details much more about the preparation and execution of queries
|
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 |
---|---|
void |
SQLListeners.add(SQLListener listener) |
void |
Configuration.addListener(SQLListener listener)
Add a listener
|
void |
AbstractSQLQuery.addListener(SQLListener listener)
Add a listener
|
Constructor and Description |
---|
SQLListeners(SQLListener parent) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractSQLClause.addListener(SQLListener listener)
Add a listener
|
Copyright © 2007–2016 Querydsl. All rights reserved.