Module spring.data.relational
Interface UpdateBuilder.UpdateWhereAndOr
- All Superinterfaces:
UpdateBuilder.BuildUpdate
- Enclosing interface:
- UpdateBuilder
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface org.springframework.data.relational.core.sql.UpdateBuilder.BuildUpdate
build
-
Method Details
-
and
- Parameters:
condition- the condition, must not be null.- Returns:
thisbuilder.- See Also:
-
or
- Parameters:
condition- the condition, must not be null.- Returns:
thisbuilder.- See Also:
-