| Package | Description |
|---|---|
| com.querydsl.sql |
SQL/JDBC support
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SQLCommonQueryFactory<Q extends SQLCommonQuery<?>,D extends SQLDeleteClause,U extends SQLUpdateClause,I extends SQLInsertClause,M extends SQLMergeClause>
Factory interface for query and clause creation.
|
| Modifier and Type | Method and Description |
|---|---|
SQLUpdateClause |
AbstractSQLQueryFactory.update(RelationalPath<?> path) |
Copyright © 2007–2021 Querydsl. All rights reserved.