| Package | Description |
|---|---|
| org.springframework.data.relational.core.sql |
Statement Builder implementation.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateBuilder.UpdateWhere |
UpdateBuilder.UpdateAssign.set(Assignment... assignments)
Apply one or more
SET assignments. |
UpdateBuilder.UpdateWhere |
UpdateBuilder.UpdateAssign.set(Assignment assignment)
Apply a
SET assignment. |
UpdateBuilder.UpdateWhere |
UpdateBuilder.UpdateAssign.set(Collection<? extends Assignment> assignments)
Apply one or more
SET assignments. |
Copyright © 2017–2021 Pivotal Software, Inc.. All rights reserved.