| Package | Description |
|---|---|
| com.querydsl.sql |
SQL/JDBC support
|
| com.querydsl.sql.dml |
DML operations support
|
| Modifier and Type | Method and Description |
|---|---|
void |
SQLListeners.notifyUpdates(RelationalPath<?> entity,
java.util.List<SQLUpdateBatch> batches) |
void |
SQLListener.notifyUpdates(RelationalPath<?> entity,
java.util.List<SQLUpdateBatch> batches)
Notify about a batch update
|
void |
SQLBaseListener.notifyUpdates(RelationalPath<?> entity,
java.util.List<SQLUpdateBatch> batches) |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<SQLUpdateBatch> |
AbstractSQLUpdateClause.batches |
Copyright © 2007–2021 Querydsl. All rights reserved.