Uses of Interface
org.litebridge.orm.api.dto.update.DtoUpdateStep
Packages that use DtoUpdateStep
Package
Description
Fluent API for constructing DTO-based updates (UPDATE statements)
-
Uses of DtoUpdateStep in org.litebridge.orm.api.dto.update
Classes in org.litebridge.orm.api.dto.update that implement DtoUpdateStepMethods in org.litebridge.orm.api.dto.update that return types with arguments of type DtoUpdateStepModifier 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.