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