Module litebridge.orm
Package org.litebridge.orm.api.dto.update
package org.litebridge.orm.api.dto.update
Fluent API for constructing DTO-based updates (UPDATE statements)
-
ClassDescriptionDtoUpdater<DTO>Updater for DTOs.Specification for a DTO update query.DtoUpdateStart<DTO>The starting interface for DTO update queries.DtoUpdateStep<DTO>The step interface for DTO update queries.Represents a where condition clause for a DTO update.The terminal interface for DTO update where condition clauses.Implementation of the terminal interface for DTO update where condition clauses.