| Package | Description |
|---|---|
| com.querydsl.sql |
SQL/JDBC support
|
| com.querydsl.sql.dml |
DML operations support
|
| Modifier and Type | Method and Description |
|---|---|
protected SQLListenerContextImpl |
AbstractSQLQuery.startContext(Connection connection,
QueryMetadata metadata)
Called to create and start a new SQL Listener context
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractSQLQuery.onException(SQLListenerContextImpl context,
Exception e)
Called to make the call back to listeners when an exception happens
|
| Modifier and Type | Field and Description |
|---|---|
protected SQLListenerContextImpl |
AbstractSQLClause.context |
| Modifier and Type | Method and Description |
|---|---|
protected SQLListenerContextImpl |
AbstractSQLClause.startContext(Connection connection,
QueryMetadata metadata,
RelationalPath<?> entity)
Called to create and start a new SQL Listener context
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractSQLClause.endContext(SQLListenerContextImpl context)
Called to end a SQL listener context
|
protected void |
AbstractSQLClause.onException(SQLListenerContextImpl context,
Exception e)
Called to make the call back to listeners when an exception happens
|
Copyright © 2007–2016 Querydsl. All rights reserved.