Uses of Class
org.litebridge.orm.api.dto.update.DtoUpdateWhereConditionClause
Packages that use DtoUpdateWhereConditionClause
Package
Description
Fluent API for constructing DTO-based updates (UPDATE statements)
-
Uses of DtoUpdateWhereConditionClause in org.litebridge.orm.api.dto.update
Methods in org.litebridge.orm.api.dto.update that return DtoUpdateWhereConditionClauseModifier and TypeMethodDescriptionDtoUpdateWhereConditionClauseTerminalImpl.and(ExpressionSpec expression) DtoUpdateWhereConditionClauseTerminalImpl.or(ExpressionSpec expression) DtoUpdater.where(ExpressionSpec expression) Adds a where condition by field name.DtoUpdateStep.where(ExpressionSpec expression) Adds a where condition by expression.