Uses of Interface
org.litebridge.orm.api.dto.update.DtoUpdateStart
Packages that use DtoUpdateStart
Package
Description
Litebridge ORM
Fluent API for constructing DTO-based updates (UPDATE statements)
-
Uses of DtoUpdateStart in org.litebridge.orm
Method parameters in org.litebridge.orm with type arguments of type DtoUpdateStartModifier and TypeMethodDescription<DTO> voidLitebridge.update(Class<DTO> dtoClass, Function<DtoUpdateStart<DTO>, UpdateQuery> update) Updates the data in the database for the given DTO class by applying the specified update query. -
Uses of DtoUpdateStart in org.litebridge.orm.api.dto.update
Subinterfaces of DtoUpdateStart in org.litebridge.orm.api.dto.updateModifier and TypeInterfaceDescriptioninterfaceDtoUpdateStep<DTO>The step interface for DTO update queries.Classes in org.litebridge.orm.api.dto.update that implement DtoUpdateStart