Uses of Interface
org.litebridge.orm.api.update.UpdateQuery
Packages that use UpdateQuery
Package
Description
Litebridge ORM
Fluent API for constructing DTO-based updates (UPDATE statements)
Fluent API for constructing direct SQL updates (UPDATE statements)
Fluent API for constructing UPDATE statements
-
Uses of UpdateQuery in org.litebridge.orm
Method parameters in org.litebridge.orm with type arguments of type UpdateQueryModifier 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.voidLitebridge.update(String tableName, Function<SqlUpdateStart, UpdateQuery> query) Executes an update operation on the specified table using the provided query function. -
Uses of UpdateQuery in org.litebridge.orm.api.dto.update
Subinterfaces of UpdateQuery in org.litebridge.orm.api.dto.updateModifier and TypeInterfaceDescriptioninterfaceDtoUpdateStep<DTO>The step interface for DTO update queries.interfaceThe terminal interface for DTO update where condition clauses.Classes in org.litebridge.orm.api.dto.update that implement UpdateQueryModifier and TypeClassDescriptionfinal classDtoUpdater<DTO>Updater for DTOs.final classImplementation of the terminal interface for DTO update where condition clauses. -
Uses of UpdateQuery in org.litebridge.orm.api.sql.update
Subinterfaces of UpdateQuery in org.litebridge.orm.api.sql.updateModifier and TypeInterfaceDescriptioninterfaceinterfaceClasses in org.litebridge.orm.api.sql.update that implement UpdateQueryModifier and TypeClassDescriptionfinal classfinal class -
Uses of UpdateQuery in org.litebridge.orm.api.update
Subinterfaces of UpdateQuery in org.litebridge.orm.api.updateModifier and TypeInterfaceDescriptioninterfaceinterfaceUpdateWhereConditionClauseTerminal<DTO,WCC extends UpdateWhereConditionClause<DTO, WCC, SELF>, SELF extends UpdateWhereConditionClauseTerminal<DTO, WCC, SELF>> -
Uses of UpdateQuery in org.litebridge.orm.api.update.impl
Classes in org.litebridge.orm.api.update.impl that implement UpdateQueryModifier and TypeClassDescriptionclassorg.litebridge.orm.api.update.impl.AbstractUpdater<US extends UpdateSpec>