Uses of Class
org.litebridge.orm.api.update.UpdateSetStep
Packages that use UpdateSetStep
Package
Description
Fluent API for constructing DTO-based updates (UPDATE statements)
-
Uses of UpdateSetStep in org.litebridge.orm.api.dto.update
Methods in org.litebridge.orm.api.dto.update that return UpdateSetStepModifier and TypeMethodDescriptionDtoUpdater.set(ColumnExpressionSpec field) DtoUpdater.set(QueryField field) Sets a field by name.DtoUpdateStart.set(ColumnExpressionSpec field) Sets a field by expression.DtoUpdateStart.set(QueryField field) Sets a field by metamodel field.