Uses of Interface
org.litebridgedb.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.litebridgedb.orm
Method parameters in org.litebridgedb.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.litebridgedb.orm.api.dto.update
Subinterfaces of DtoUpdateStart in org.litebridgedb.orm.api.dto.updateClasses in org.litebridgedb.orm.api.dto.update that implement DtoUpdateStart